v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Retry Request

Retry a failed request. Your initial failed request will not affect your quota. You can use this endpoint up to 3 time per report ID

post/v3/batch/retry/{report_id}

Query parameters

report_idstring

The report id that is generated and returned by the '/request-report' endpoint.

Response

200

is_successfulboolean
statusstring

Example response

{
  "is_successful": true,
  "status": "retry"
}