get_failed_activity_details
Retrieve only failed activities from an Azure Data Factory pipeline run, with error details already extracted for quick root-cause analysis.
Instructions
RCA convenience tool: returns only the activities that failed within a pipeline run, each with error_code/message/failure_type already extracted. Prefer this over list_activity_runs when you just need "what went wrong" rather than the full activity list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| end_time | No | ||
| start_time | No | ||
| factory_name | Yes | ||
| resource_group | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||