list_pipeline_runs
List Azure Data Factory pipeline runs within a specified time window, filter by pipeline name or status, and retrieve run details for monitoring.
Instructions
List pipeline runs in a time window (default: last 24 hours).
Time values are ISO 8601 strings, e.g. "2026-08-22T00:00:00Z". Narrow results with pipeline_name and/or status (e.g. "Failed", "Succeeded", "InProgress"). Run messages are truncated to 500 chars here - use get_pipeline_run with a run_id from this result for full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| end_time | No | ||
| start_time | No | ||
| factory_name | Yes | ||
| pipeline_name | No | ||
| resource_group | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||