get-jobs
Retrieve and filter all platform operations including training, generation, and other tasks with their status and results for unified monitoring.
Instructions
List all jobs matching the given filters. A job is a synchronous operation or an asynchronous task such as a training, a generation, etc. It offers a unified view of all operations running on the platform along with their status and results.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authorId | No | The authorId of the jobs to return. Optional. | |
| hideResults | No | If false, jobs containing the hideResults param will be not returned. Optional. | |
| pageSize | No | The number of items to return in the response. The default value is 10, maximum value is 200, minimum value is 1 | |
| type | No | The type of the jobs to return. If "types" is defined, "type" will be ignored. Optional. | |
| paginationToken | No | A token you received in a previous request to query the next page of items | |
| types | No | The types of the jobs to return. If "types" is defined, "type" will be ignored. Optional. | |
| status | No | The status of the jobs to return. Optional. |