List Integrations
gorgias_list_integrationsList integrations for a Gorgias account, filtered by type and paginated with cursors. Returns a page of integration objects with sorting options.
Instructions
GET /api/integrations — List integrations matching the given parameters, paginated. Returns a cursor-based paginated list of Integration objects for the account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by integration type. Only 'http' is supported as a filter value, though other types (phone, email, gorgias_chat, etc.) exist in the system. | |
| limit | No | Maximum number of integrations to return per page (default: 30) | |
| cursor | No | Pagination cursor from a previous response (value of meta.next_cursor or meta.prev_cursor) | |
| order_by | No | Sort order. Default: created_datetime:desc. |