List Jobs
gorgias_list_jobsRetrieve all Gorgias jobs, filterable by status and type, with pagination and results ordered by creation date.
Instructions
GET /api/jobs — List all jobs with optional filtering by status/type and cursor-based pagination. Results are ordered by created_datetime descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter jobs by type | |
| limit | No | Max number of job records to return per page (default: 30) | |
| cursor | No | Pagination cursor from a previous response (opaque Base64 token) | |
| status | No | Filter jobs by status | |
| order_by | No | Sort order for results. |