list_run_history
Retrieve run history for Logic Apps workflows with optional filtering by status or date. Use pagination tokens to access additional pages.
Instructions
Get the run history for a workflow with optional filtering. For Standard SKU, workflowName is required. Use search_runs for easier filtering by status/date. After finding a run, use get_run_details and get_run_actions to debug. Returns a nextLink if more pages are available - use skipToken to fetch the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| resourceGroupName | Yes | Resource group name | |
| logicAppName | Yes | Logic App resource name | |
| workflowName | No | Workflow name (required for Standard SKU) | |
| top | No | Number of runs to return per page (default: 25, max: 100) | |
| filter | No | OData filter (e.g., "status eq 'Failed'") | |
| skipToken | No | Pagination token from a previous response's nextLink to fetch the next page of results |