List Sensors
list_sensorsList all sensors with status and target jobs to check which sensors are active and what jobs they trigger. Raises an error if a code location is unavailable.
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 |