list_jobs
List recent job submissions for your organisation, newest first. Use cursor pagination to locate submissions when you don't have the job ID.
Instructions
List recent jobs for the authenticated organisation, newest first. Cursor-paginated via starting_after. Useful for inspecting recent submissions when you don't have the id to hand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (1-100, default 20). | |
| starting_after | No | Cursor: pass the last job id from the previous page to fetch the next page. |