List Satisfaction Surveys
gorgias_list_satisfaction_surveysList satisfaction surveys with pagination, sorting, and limit options. Retrieve survey responses for customer feedback analysis or reporting.
Instructions
GET /api/satisfaction-surveys — List all satisfaction surveys with cursor-based pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (default: 30) | |
| cursor | No | Pagination cursor from a previous response (value of meta.next_cursor) | |
| order_by | No | Sort order, e.g. 'created_datetime:desc' |