v1

latestSwagger 2.02026-07-13285166341.1 KB
Jobs

Get a Job by ID

Gets a Job by ID. When successful, the response is the requested Job. If unsuccessful, an appropriate ApiError is returned.

get/api/v2/jobs/{jobID}

Path parameters

jobIDinteger required

The ID of the Job to get.

Query parameters

isIncludeDeletedboolean

Does it include deleted job, or not

Response

OK

JobIDinteger

The ID of the job

Namestring

The name of the job

Deletedboolean

Indicates if the job has been deleted.