List prompts (audio files) from Studio flows
Scope
prompts:read
Body Response - Schema
200 (prompts list)
| Parameter | Type | Description | Required |
|---|---|---|---|
| total | integer | N/A | yes |
| page | integer | default: 1 | yes |
| per_page | integer | default: 20 | yes |
| _embedded | object | The list of prompts. "_embedded" subdivides into: 1 - "prompts" (array[object]). Required. | yes |
| _links | object | HAL API-related links. "_links" subdivides into: 1 - "self" (object) - current page of this prompts list 1.1 - "href" (string) - address of the resource. Default: https://prompts.talkdesk.com/prompts?page=2 1.2 - "prev" (object) - previous page of this prompts list. 1.2.1 - "href" (string) - address of the resource. Default: https://prompts.talkdesk.com/prompts?page=1 1.3 - "next" (object) - next page of this prompts list. 1.3.1 - "href" (string) - address of the resource. Default: https://prompts.talkdesk.com/prompts?page=4 | yes |
400 (invalid parameter value), 401 (Unauthorized access - invalid or unverifiable JWT), 403 (forbidden)
| 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) |
TroubleshootingIf 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.