Request to retry failed crashes
Last updated
Was this helpful?
Last updated
Was this helpful?
This service can be used to initiate a retry for sending crash data for all crashes that did not successfully reach your service.
As mentioned in the push crash data section, if your service is down or fails to accept crash data, the system will automatically retry pushing the data for 30 min after the accident, then once a day the following day. However, we understand that you may need the data sooner. In such cases, we recommend using this service.
This operation is asynchronous. The response contains the number of crashes that will be sent again, along with a unique task identifier, which can be used to monitor the progress of the retry.
If a task is already in progress, the service will return an error.
If you have your enterprise API key, you can try the API via this link.
The table below summarizes the response parameters.
taskId
string
Unique identifier of the created task
nbItems
integer
Number of crashes that will be sent again (previously in a FAILED
state)
OK
Unique identifier of the created task
"6753030831fe9826412bac5c"
Number of items which will be processed by the task
321