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.
Documentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
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 / workflow name / intent function name.
Items per page (max 100).
1 <= x <= 1001-based page number for pagination.
x >= 1