Skip to main content
GET
/
calls
List Calls
curl --request GET \
  --url https://api.truedy.ai/api/public/v1/calls \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "call_88333dcb-b",
      "agent_id": "agt_f9447372-5",
      "status": "completed",
      "from_number": "+12125551235",
      "to_number": "+12125551234",
      "direction": "outbound",
      "duration_seconds": 245,
      "created_at": "2026-03-03T20:30:21.310278Z",
      "completed_at": "2026-03-03T20:30:21.310278Z"
    }
  ],
  "meta": {
    "request_id": "req_32e7531c-8",
    "timestamp": "2026-03-03T20:30:21.310278Z",
    "count": 1
  }
}

Authorizations

Authorization
string
header
required

Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>

Query Parameters

status
string | null
direction
string | null
agent_id
string | null
limit
integer
default:50
Required range: 1 <= x <= 100

Response

Request completed successfully

Response body