Get Workflow Runs by Workflow IDs
POST https://{{xdr_automation_domain}}/api/v1.1/instances?date_from={{xdr_89_days_ago}}&start=0&limit=100
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
date_from | string | How far into the past to fetch runs from. This can't be more than 90 days ago | |
start | number | ||
limit | number |
Request Body
{"workflow_ids"=>["026KMVXHGIETG25hxd4nRFuE2lyc1gkb085"]}