List Recorders
list_recordersRetrieve a paginated list of all recorders and surveys in a Speak AI workspace, with optional sorting by fields like creation date.
Instructions
List all recorders/surveys in the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based, default: 0) | |
| sortBy | No | Sort field, e.g. "createdAt:desc" | |
| pageSize | No | Results per page (default: 20, max: 500) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |