Get information about every run of a trigger. This includes timing information and a reference to the started execution (or an explanation as to why it failed). The returned items are sorted by fireTime
in descending order (newest first), followed by externalId
in ascending order.
A list of runs of the trigger
The trigger was not found
{- "items": [
- {
- "fireTime": 0,
- "externalId": "string",
- "workflowExternalId": "string",
- "workflowVersion": "string",
- "workflowExecutionId": "059edaa4-a17a-4102-910e-2c3591500cce",
- "status": "success",
- "reasonForFailure": "string"
}
]
}