v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
Agents

List agent executions

List recent agent executions with pagination.

An execution is one inbound message answered by the agent, so this covers the messaging channels only. Voice calls are never listed here regardless of how many the agent handled. Use GET /v1/calls (and GET /v1/calls/{callId} for the transcript) for voice.

get/v1/senders/{senderId}/agent/executions

Path parameters

senderIdstring required

Query parameters

status'success' | 'error' | 'filtered' | 'rate_limited' | 'balance_insufficient'

Status of an agent execution.

limitinteger
cursorstring

Response

List of executions.

nextCursorstring nullable