Get call record
curl --request GET \
--url https://prod.featherhq.com/api/v1/agent-calls/{id} \
--header 'X-API-Key: <api-key>'{
"agentCall": {
"id": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"agentVersionId": "<string>",
"agentId": "<string>",
"fromPhoneNumber": "<string>",
"toPhoneNumber": "<string>",
"customer": {
"phoneNumber": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"leadId": "<string>",
"callStartedAt": "2023-11-07T05:31:56Z",
"callEndedAt": "2023-11-07T05:31:56Z",
"callDuration": 123,
"recordingUrl": "<string>",
"transcript": "<string>",
"transcriptWithTools": "<string>",
"summary": "<string>",
"outbound": true,
"postCallAnalysis": "<string>",
"workflowId": "<string>",
"leadPriorityDate": "2023-11-07T05:31:56Z",
"agentVersionDetails": null,
"agentDetails": null,
"variables": null,
"structuredPostCallAnalysis": "<string>",
"metadata": {
"firstName": "<string>",
"lastName": "<string>"
}
}
}Calls
Get call record
Get an agent call by ID
GET
/
api
/
v1
/
agent-calls
/
{id}
Get call record
curl --request GET \
--url https://prod.featherhq.com/api/v1/agent-calls/{id} \
--header 'X-API-Key: <api-key>'{
"agentCall": {
"id": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"agentVersionId": "<string>",
"agentId": "<string>",
"fromPhoneNumber": "<string>",
"toPhoneNumber": "<string>",
"customer": {
"phoneNumber": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"leadId": "<string>",
"callStartedAt": "2023-11-07T05:31:56Z",
"callEndedAt": "2023-11-07T05:31:56Z",
"callDuration": 123,
"recordingUrl": "<string>",
"transcript": "<string>",
"transcriptWithTools": "<string>",
"summary": "<string>",
"outbound": true,
"postCallAnalysis": "<string>",
"workflowId": "<string>",
"leadPriorityDate": "2023-11-07T05:31:56Z",
"agentVersionDetails": null,
"agentDetails": null,
"variables": null,
"structuredPostCallAnalysis": "<string>",
"metadata": {
"firstName": "<string>",
"lastName": "<string>"
}
}
}⌘I