Skip to main content
POST
/
agent
/
call-logs
/
download
Download Call Logs (Selected)
curl --request POST \
  --url https://api.getoutbox.ai/agent/call-logs/download/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "call_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-User-Timezone
string

Body

call_ids
string<uuid>[]
required

Voice thread IDs to include in the export.

Response

200 - application/json

CSV uploaded; URL returned.

url
string<uri>
required