Runs a specified task or report

PATCH
/api/v1/status/{id}/run

Initiates the execution of the specified task or report request. The request can be a scheduled task, on-demand report, or on-demand task.

Authorization

auth ApiKey
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

In: header

X-API-KEY<token>

Internal API key for admin endpoints. Example: "X-API-KEY: {key}"

In: header

Path Parameters

id*string

The ID of the task or report request to run.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/v1/status/497f6eca-6276-4993-bfeb-53cbbbba6f08/run"
Empty