katto_list_jobs
List your recent video clipping jobs, newest first, with optional status filtering and pagination using a cursor. Retrieve job details like status, source, and timestamps.
Instructions
Read-only. List your recent jobs, newest first. Paginate with 'cursor' (pass the previous next_cursor); optional 'status' filter. Returns { jobs: [{id, status, source, created_at, completed_at}], next_cursor }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many jobs to return (1-100, default 20). | |
| cursor | No | Pass the previous response's next_cursor for the next page. | |
| status | No | Optional filter, e.g. 'completed', 'queued', 'failed'. |