GET
/
api
/
v1
/
analyses
/
{id}
{
  "$uri": "<string>",
  "analysis_type": "<string>",
  "complete": true,
  "cost": {
    "amount": 123,
    "currency": "USD"
  },
  "created_at": "2023-11-07T05:31:56Z",
  "dependencies": [],
  "error_msg": "<string>",
  "job": {
    "$ref": "<string>"
  },
  "job_args": {},
  "sample": {
    "$ref": "<string>"
  },
  "success": true,
  "updated_at": "2023-11-07T05:31:56Z"
}

GET a single analysis by its ID.

Path Parameters

id
string
required

Response

200 - application/json
Successful operation

The response is of type object.