Retrieve all executions for a specific agent with pagination and filtering support. Returns a paginated list of agent execution records including call status, cost breakdown, transcripts, and telephony data.
tostringFilter executions where created_at is less than or equal to this UTC datetime (ISO 8601 format)
fromstringFilter executions where created_at is greater than or equal to this UTC datetime (ISO 8601 format)
statusstringFilter by call status (e.g., queued, ringing, completed, failed)
agent_idRequiredstringThe unique UUID of the agent whose executions you want to retrieve
batch_idstringFilter executions by specific batch ID
providerstringFilter by conversation provider (e.g., plivo, twilio, websocket, web-call)
call_typestringFilter by call type: 'inbound' or 'outbound'
page_sizeintegerNumber of results per page (maximum: 50, default: 20)
page_numberintegerPage number to retrieve (minimum: 1, default: 1)
answered_by_voice_mailbooleanFilter by whether the call was answered by voicemail
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.