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

NameTypeDescription
requestIDstringRequired. The GUID returned in the Trigger API POST request.
Trigger StatusHTTP Response Status CodeStatus Description
Processing200The trigger request is received but not yet picked up for trigger evaluation.
Queued200The trigger request is received and found an automation, but the automation is running and set to queue incoming requests.
Triggered200The trigger request is received and an automation started.
NoAutomationFound200The trigger request is received but no automation trigger criteria are met.
ErrorMultipleAutomationsFound200The trigger request is received but found multiple automations, so no automation started.
Skipped200The trigger request is received and found an automation, but the automation is running and queuing is disabled.
Deduplicated200The trigger request is received but is a duplicate and can't start an automation.
Error200There's a system error. Retry your request.
Error404No resource found as the requestID provided doesn't exist.

Example Request

Example Response