POST
/
calls-export
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.

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Example:

"Bearer API_KEY"

Body

application/json

Body

The body is of type object.

Response

200

200