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.
Query Parameters
status?string|null
limit?Limit
Default
10000Response 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": {}
}
]
}