List Hedra Jobs
hedra_list_jobsList AI generation jobs across all models, newest first, with pagination. Use to review recent activity or locate a specific past job.
Instructions
List jobs submitted with this API key across all models, most recent activity first, paginated.
Args:
limit (number, optional, default 20, max 100): items per page.
cursor (string, optional): pass the previous response's next_cursor to get the next page; omit for the first page.
Returns: JSON {jobs: [...], next_cursor}. has_more can be inferred from next_cursor being non-null.
Examples:
Use when: "what have I generated recently?" or "find my last few jobs across any model"
Don't use when: you already know the model and want only its jobs (use hedra_list_model_jobs — narrower and often faster)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items per page (1-100). | |
| cursor | No | Opaque pagination cursor from a previous response's next_cursor. Omit for the first page. |