Run task request

POST
/api/v2/status/{Id}/run

Run a task request. Returns OK response with success message.

AuthorizationBearer <token>

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

In: header

Path Parameters

Id*string

The Id parameter can accept either a TaskId or a TaskScheduleId.

Formatuuid

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/status/497f6eca-6276-4993-bfeb-53cbbbba6f08/run"
"string"