cURL
curl --request GET \ --url https://integrations.salesask.com/v1/recordings/{id} \ --header 'x-api-key: <api-key>'
{ "recording": { "id": "abc123", "name": "Call with John Doe", "status": "processed", "organizationId": "org_abc", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "duration": 1800000, "urls": { "original": "<string>", "mp3": "<string>" }, "summary": "<string>", "notes": "<string>", "actionItems": null, "coaching": null, "tags": [ "<string>" ], "recording": "https://integrations.salesask.com/meetings/abc123" } }
Returns a single processed recording by ID, including all AI-generated fields.
The recording ID
OK
Show child attributes