Overview
Activity
Query customer-visible resource activity
GET
GET /v1/activity returns customer-visible activity events for every resource the caller can see — sandboxes, agents, threads, tools, workspaces, devices, and more. Use it for audit views, troubleshooting, resource timelines, and product observability.
Query Parameters
string
One of
sandbox, agent, workspace, thread, tool, installable_agent_install, runmesh_device, or code_execution.string
Resource identifier. When provided with
resource_type, access is checked for that resource.string
Machine-readable event type, such as
agent.run.started or tool.call.failed.string
info, warning, or error.string
Event-specific state, such as
started, completed, failed, or added.string
Admin-only when different from the current user.
string
Filter by thread.
string
Filter by agent run.
string
Filter by sandbox.
string
Filter by workspace.
string
Filter by Tool Hub slug.
string
Filter by installable-agent install.
string
Filter by code execution.
string
Filter by RunMesh node.
string
ISO timestamp lower bound.
string
ISO timestamp upper bound.
number
default:"50"
Maximum
200.string
Pagination cursor from
meta.nextCursor.Resource Activity Shortcuts
Several resources expose activity shortcuts that apply the right authorization and filters:
Activity is scoped to the current organization. Non-admin members see their own actor activity unless the request is authorized by resource access.