Get alert status by request ID

Get the status of a request by its ID.

Path parameters

requestIdstringRequired
The unique ID of the request to query.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success
created_atstring or nullformat: "date-time"
The time alert was created in UTC.
failure_reasonenum or null
statusenum or null
updated_atstring or nullformat: "date-time"
The time the alert was last updated in UTC.

Errors