GET
/
v1
/
response
/
{id}

Get the response for a given request ID.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Base prediction response for all API responses.

completed_at
string | null

Date and time when the response was completed (in UTC timezone)

created_at
string

Date and time when the request was created (in UTC timezone)

id
string

Unique identifier of the response.

response
any | null

The response from the model.

status
string
default:
pending

The status of the job.