OpenPhn docs
Referencecalls

Export calls as CSV

Stream the user's calls as a CSV file.

Columns: call_id, created_at, to, from, objective, status, confidence, duration_seconds, cost_total, error_code, recording_url.

GET
/v1/calls/export.csv

Query Parameters

status?string|null
limit?Limit
Default10000

Response Body

application/json

application/json

curl -X GET "https://loading/v1/calls/export.csv"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}