Skip to main content
POST
/
job
/
{jobId}
/
run
Run Job
curl --request POST \
  --url https://cloud.cdata.com/api/job/{jobId}/run \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.

Path Parameters

jobId
string
required

The Id of the job you want to put in the queue to be run.

Response

200

OK