list_jobs
Explore jobs across code locations with optional filters by repository or location to retrieve job names, descriptions, and context for launching pipelines.
Instructions
List jobs across code locations, optionally filtered by repository or location.
Returns per job: repository name, code location name, job name, and description. repository_name and location_name are independent exact-match filters; when both are supplied, a job must match both.
An empty result when filtering means no match was found among loaded code locations. If a code location relevant to the filter failed to load or is still loading, list_jobs raises instead of silently reporting no jobs — check list_code_locations for details. Calling with no filters lists whatever is loaded and never raises for a broken location; use list_code_locations or get_instance_status to check load health directly.
When to use: as a starting point to explore what jobs exist, or to find the exact job name and repository_location needed for launch_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| location_name | No | ||
| repository_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |