Skip to main content

Retry Report Task

POST 

/api/veracore/integration-instances/:integration_instance/report-tasks/:report_task/retry

Retry a Veracore report task. The original task is marked superseded (so it stops being polled) and a fresh task is created with the same report name and date range in created status. A background job is queued to submit and poll the new run against the Veracore API.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

The response returns the newly created task immediately; watch its status via the report task list.

Errors

  • 404 when the report task does not exist or belongs to a different integration instance.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type