Tool
support_survey_list
List this product’s surveys, newest first, optionally narrowed to one lifecycle state (draft, published or archived), with pagination
List this product’s surveys, newest first, optionally narrowed to one lifecycle state (draft, published or archived), with pagination
Behavior
- HTTP
GET /support/surveys
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | Page size, 1..100 (default 25) |
| offset | integer | — | Number of surveys to skip |
| status | string | — | Only surveys in this lifecycle state |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| limit | integer | • | Page size that was applied |
| offset | integer | • | Offset that was applied |
| surveys | array | • | The requested page of surveys, newest first |
Try it
List this product’s surveys, newest first, optionally narrowed to one lifecycle state (draft, published or archived), with pagination.