GET
/
api
/
v1
/
panels
/
{id}
{
  "$uri": "/api/v1/panels/a1b2c3d4e5f67890",
  "complete": false,
  "created_at": "2023-11-07T05:31:56Z",
  "error_msg": "<string>",
  "job": {
    "$ref": "/api/v1/jobs/a1b2c3d4e5f67890"
  },
  "job_args": {},
  "sample": {
    "$ref": "/api/v1/samples/a1b2c3d4e5f67890"
  },
  "success": false
}

GET a single panel by its ID.

Path Parameters

id
string
required

Response

200 - application/json
Successful operation

The response is of type object.