GET
/
api
/
v1
/
jobs
/
{id}
{
  "$uri": "/api/v1/jobs/a1b2c3d4e5f67890",
  "analysis_type": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "job_args_schema": {},
  "name": "<string>",
  "public": true
}

GET a single job by its ID.

Path Parameters

id
string
required

Response

200 - application/json
Successful operation

The response is of type object.