List action executions across tasks, workflows, and intents
Returns a chronologically merged stream of three kinds of agent activity: (1) task — a queued action against a contact such as an outbound call attempt or message send, typically spawned by a campaign; (2) workflow — a multi-step automation triggered by an event (each row is one full run); (3) intent — an action the AI took during a call. Each item carries a type discriminator and a stable uuid you can use as a row key and to drill into the detail endpoint. Useful for audit, debugging, and building external monitoring on top of agent activity.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Query Parameters
Filter by execution type
all, task, workflow, intent Filter by status — exact values depend on type. completed matches both success and completed for cross-type filtering.
Substring match against task title/description, workflow name, or intent function name.
Scope the feed to one conversation. Only intent executions link to conversations, so task/workflow rows are excluded when set. 404 if not found.
Scope the feed to one conversation session. Only intent executions link to sessions, so task/workflow rows are excluded when set. 404 if not found.
Scope the feed to one contact: intent executions AND tasks for that contact (workflow rows carry no contact link and are excluded). 404 if not found.
Only items created at or after this date/date-time (ISO 8601).
Only items created at or before this date/date-time. A date without time covers that whole day.
Items per page (max 100).
1 <= x <= 1001-based page number for pagination.
x >= 1