Query customer-visible resource activity
Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/activity returns customer-visible activity events for resources the caller can access. It is useful for audit views, troubleshooting, resource timelines, and product observability.
sandbox, agent, workspace, thread, tool, installable_agent_install, runmesh_device, or code_execution.resource_type, access is checked for that resource.agent.run.started or tool.call.failed.info, warning, or error.started, completed, failed, or added.200.meta.nextCursor.| Path | Description |
|---|---|
/v1/sandboxes/{id}/activity | Sandbox activity |
/v1/agents/{slug}/activity | Agent activity |
/v1/threads/{threadId}/activity | Thread activity |
/v1/workspaces/{id}/activity | Workspace activity |
/v1/runmesh/devices/{id}/activity | RunMesh device activity |
/v1/installable-agents/installs/{installId}/activity | Installable-agent install activity |