Retrieve an Operation
Polls the status of an asynchronous operation.
GET
Endpoints that return
202 Accepted with an operation_id — bulk contacts, triggering automation events, and transactional emails — are processed asynchronously. Use this endpoint to poll their status. Any valid API key may poll its own operation ids; no specific scope is required.
Path parameters
The
operation_id returned by a 202 response.Response
The operation id.
The current status of the operation.
A summary of the operation’s outcome. Present only when
status is succeeded.
