GET /automation/v1/automations/trigger/status/{requestID}
Check the status for a specified Trigger API requestID
.
To see the automationDetails, make sure that the request’s file details meet the criteria for exactly one automation trigger configuration. Trigger configuration is described in Automation Studio Trigger help documentation.
Installed Packages > Automation > Automations > Read
Name | Type | Description |
---|---|---|
requestID | string | Required. The GUID returned in the Trigger API POST request. |
Trigger Status | HTTP Response Status Code | Status Description |
---|---|---|
Processing | 200 | The trigger request is received but not yet picked up for trigger evaluation. |
Queued | 200 | The trigger request is received and found an automation, but the automation is running and set to queue incoming requests. |
Triggered | 200 | The trigger request is received and an automation started. |
NoAutomationFound | 200 | The trigger request is received but no automation trigger criteria are met. |
ErrorMultipleAutomationsFound | 200 | The trigger request is received but found multiple automations, so no automation started. |
Skipped | 200 | The trigger request is received and found an automation, but the automation is running and queuing is disabled. |
Deduplicated | 200 | The trigger request is received but is a duplicate and can't start an automation. |
Error | 200 | There's a system error. Retry your request. |
Error | 404 | No resource found as the requestID provided doesn't exist. |
Example Request
Example Response