cortex_list_jobs
Retrieve Cortex jobs from accessible projects, sorted newest first. Filter by status or kind to monitor execution; read-only with pagination support.
Instructions
List Cortex jobs across accessible projects, newest first. Filter by status and/or kind. Read-only. Returns {data: CortexJob[], next_cursor}. Pass next_cursor back as cursor to page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by job_kind, e.g. "complex_query", "workflow_eval". | |
| limit | No | ||
| cursor | No | Opaque pagination token from a previous next_cursor; pass through unchanged. | |
| status | No | Filter by lifecycle status. |