curl --request POST \
--url https://prod.featherhq.com/api/v1/reports \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"filters": {}
}'{
"id": "<string>",
"organizationId": "<string>",
"status": "PENDING",
"type": "AGENT_CALLS",
"filters": {
"callEndedReasons": [
"COULD_NOT_CONNECT"
],
"startCallStartedAt": "2023-11-07T05:31:56Z",
"endCallStartedAt": "2023-11-07T05:31:56Z"
},
"fileKey": "<string>",
"rowCount": 123,
"errorMessage": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"completedAt": "<string>"
}Creates a new report generation job for exporting AgentCalls data. The report is generated asynchronously.
curl --request POST \
--url https://prod.featherhq.com/api/v1/reports \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"filters": {}
}'{
"id": "<string>",
"organizationId": "<string>",
"status": "PENDING",
"type": "AGENT_CALLS",
"filters": {
"callEndedReasons": [
"COULD_NOT_CONNECT"
],
"startCallStartedAt": "2023-11-07T05:31:56Z",
"endCallStartedAt": "2023-11-07T05:31:56Z"
},
"fileKey": "<string>",
"rowCount": 123,
"errorMessage": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"completedAt": "<string>"
}Show child attributes
Report generation job created successfully
PENDING, PROCESSING, COMPLETED, FAILED AGENT_CALLS Show child attributes