get https://api.talkdeskapp.com/recordings/
Scope
recordings:read
Body Response - Schema
200 (recording details)
Parameter | Type | Description |
---|---|---|
recording | object | "recording" subdivides into: "id" (string) "call_id" (string) "created_at" (string) "index" (integer) "duration" (integer) "type" (string) - the type of content that was recorded. Allowed values: "conversation", "voicemail". |
_links | object | "_links" subdivides into: 1 - "self" (object), which subdivides into: 1.1 - "href" (string) - default: http://api-docs.talkdesk.org/recordings/:id 2 - "media" (object), which subdivides into: 2.1 - "href" (string) - default: http://api-docs.talkdesk.org/recordings/:id |
401 (unauthorized), 404 (recording not found)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.