cURL
curl --request GET \ --url https://api.getstrada.com/api/agents/{agentId}/calls \ --header 'Authorization: Bearer <token>'
{ "calls": [ { "id": "<string>", "type": "<string>", "assistantId": "<string>", "phoneNumber": "<string>", "endedReason": "<string>", "startedAt": "2023-11-07T05:31:56Z", "endedAt": "2023-11-07T05:31:56Z", "analysis": {}, "messages": [ { "role": "bot", "message": "<string>", "secondsFromStart": 123, "time": "<string>", "endTime": "<string>", "duration": 123, "name": "<string>", "result": {}, "toolCall": {} } ], "name": "<string>", "url": "<string>", "recordingUrl": "<string>", "summary": "<string>" } ] }
Retrieve a list of calls for the specified agent with optional filters
API Key authentication
ID of the agent to list calls for
Show child attributes
Successfully retrieved calls
The response is of type object.
object
Was this page helpful?