List Teams
gorgias_list_teamsList helpdesk teams with pagination and ordering. Use limit, cursor, and order_by to navigate through team data.
Instructions
GET /api/teams — List teams matching the given parameters, ordered. Returns a cursor-based paginated response with data array and meta.next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (default: 30) | |
| cursor | No | Pagination cursor from a previous response to advance to the next page | |
| order_by | No | Attribute used to order teams (default: created_datetime:desc) |