list_jobs
List and filter media jobs by status, type, and time range with pagination support.
Instructions
List media jobs with optional filtering, sorting, and cursor-based pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque cursor returned by a previous list_jobs call for pagination. | |
| limit | No | Max items to return, 1–100 (default: 20). | |
| page | No | Page number for offset-based pagination (1-indexed). | |
| pageSize | No | Items per page for offset-based pagination (default: 20). | |
| status | No | Filter by job status. | |
| type | No | Filter by media type. | |
| createdAfter | No | ISO 8601 datetime — return jobs created after this time. | |
| createdBefore | No | ISO 8601 datetime — return jobs created before this time. | |
| sort | No | Field to sort by (default: createdAt). | |
| order | No | Sort direction (default: desc). |