Skip to main content
GET
/
get_result
/
{job_id}
Get Result
curl --request GET \
  --url https://api.infera.org/get_result/{job_id} \
  --header 'api_key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

api_key
string
header
required

Path Parameters

job_id
string<uuid4>
required

Response

Successful Response