You can obtain the status of a previously generated alert request. The status indicates whether the alert request has completed and provides any result details. If any of your requests fail due to a timeout or for any other reason, you will receive a request ID which you can use to obtain further information concerning the request. If the requested status does not exist, an error message is generated in a response message.
Request line
GET baseURL/alertapi.do?action=getStatus
Request parameters
Parameter | Type | Description |
---|---|---|
requestId | String | Asynchronous request ID. |
Request example
GET /alertapi.do?action=getStatus&requestId=12345