list_sensors
List all sensors with status, target jobs, repository, and code location to check which sensors are active and what they trigger.
Instructions
List all sensors with their status and target jobs.
Returns per sensor: name, status (RUNNING/STOPPED), list of target job names, repository, and code location.
When to use: to check which sensors are active and what jobs they trigger. If a sensor is RUNNING but not producing runs, use get_tick_history to inspect recent ticks — it will show skipped ticks, errors, or runs launched. Raises when a code location is unavailable rather than returning a partial list that could be mistaken for the complete set of sensors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |