ToolsObservability

List agent activity

Audit feed of past MCP tool calls for this workspace - who ran what, when, and whether it succeeded, newest first.

Tool: list_agent_activity

Filter by user, operation, outcome, or time range; page with the returned next_cursor. NOT for: a person's outreach history → get_person_interaction_history; send volume per day/week → get_outreach_volume (tool calls ≠ sends).

Parameters

ParamTypeRequiredDescription
limitintegernoMax events returned. Default: 50, capped at 200.
cursorstringnoOpaque next_cursor from the previous page for keyset pagination.
actor_user_idstring (UUID)noFilter to one human's agent.
operation_idstringnoFilter to one operation, exact match.
okbooleannoFilter by outcome: true (successes) or false (failures).
sincestring (ISO 8601)noInclusive lower bound on time_started.
untilstring (ISO 8601)noExclusive upper bound on time_started.

Feed of past MCP tool calls for this workspace, newest first. Each row carries a short input preview and has_payload; fetch the full input/output for one row via get_activity_event.

Sample request

{
  "limit": 25
}

On this page