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
| Param | Type | Required | Description |
|---|---|---|---|
limit | integer | no | Max events returned. Default: 50, capped at 200. |
cursor | string | no | Opaque next_cursor from the previous page for keyset pagination. |
actor_user_id | string (UUID) | no | Filter to one human's agent. |
operation_id | string | no | Filter to one operation, exact match. |
ok | boolean | no | Filter by outcome: true (successes) or false (failures). |
since | string (ISO 8601) | no | Inclusive lower bound on time_started. |
until | string (ISO 8601) | no | Exclusive upper bound on time_started. |
Feed of past MCP tool calls for this workspace, newest first. Each row carries a short input
previewandhas_payload; fetch the full input/output for one row viaget_activity_event.
Sample request
{
"limit": 25
}Get outreach volume
How much are we sending: outbound outreach volume over time - counts of happened events (connection invites li_connect, cold messages li_outreach, follow-ups li_message, our thread replies li_reply) per day or week bucket, the same rows the send-cap gates count.
List analysis fields
What can analyze_outreach measure right now: every analysis dimension's live coverage and askability over the cohort, custom fields discovered in person/company attributes (enrichment output - varies per lead group, addressable as person_attr:<path> / company_attr:<path>), and which conversation tags are actually in use on replies.