ray_job_list
Retrieve submitted Ray jobs with status, entrypoint, and start time. Supports pagination with limit parameter and target configuration.
Instructions
[READ] Submitted Ray jobs: id, status, entrypoint, start time.
Returns {"jobs": [...], "returned": N, "limit": L, "truncated": bool}.
When truncated is true there are more jobs than were returned — re-run
with a higher limit rather than treating the result as the whole history.
Args: target: Inference target name from config; omit for the default. limit: Maximum job rows to return. Default 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |