List Widgets
gorgias_list_widgetsRetrieve widgets for your Gorgias account, with filters for app or integration, cursor pagination, and sort options.
Instructions
GET /api/widgets — List all widgets for the account, ordered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of widgets to return per page (default: 30) | |
| app_id | No | The ID of the 3rd party app to filter the widgets list by | |
| cursor | No | Cursor value for cursor-based pagination (use value from a previous response) | |
| order_by | No | Attribute used to order widgets (default: 'created_datetime:desc') | |
| integration_id | No | The ID of the integration to filter the widgets list by |