Responses
Get Response by ID
Get response JSON by request ID.
GET
/
v1
/
response
/
{id}
Get the response for a given request ID.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredResponse
200 - application/json
Base prediction response for all API responses.
id
string
Unique identifier of the response.
created_at
string
Date and time when the request was created (in UTC timezone)
completed_at
string | null
Date and time when the response was completed (in UTC timezone)
response
any | null
The response from the model.
status
string
default: pendingThe status of the job.