curl --request POST \
--url https://app.happyrobot.ai/api/v1/calls-export \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"email": "jsmith@example.com",
"type": "Inbound",
"limit": 2000,
"skip": "<string>",
"statuses": "<string>",
"tags": "<string>",
"models": "<string>",
"ratings": "<string>",
"use_cases": "<string>",
"from": "2024-01-01T01:01:01Z",
"to": "2024-01-01T01:01:01Z",
"campaigns": "<string>",
"transfer_contact_email": "<string>"
}'
This response does not have an example.
Triggers an asynchronous process to export call data to a CSV file and send it to the requester’s email.
curl --request POST \
--url https://app.happyrobot.ai/api/v1/calls-export \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"email": "jsmith@example.com",
"type": "Inbound",
"limit": 2000,
"skip": "<string>",
"statuses": "<string>",
"tags": "<string>",
"models": "<string>",
"ratings": "<string>",
"use_cases": "<string>",
"from": "2024-01-01T01:01:01Z",
"to": "2024-01-01T01:01:01Z",
"campaigns": "<string>",
"transfer_contact_email": "<string>"
}'
This response does not have an example.
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
Body
The body is of type object
.
200
Was this page helpful?