Skip to main content
GET

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

id
string
required

The ID of the evaluation job to get the status of

Response

Evaluation job status and results retrieved successfully

status
enum<string>

The status of the evaluation job

Available options:
completed,
error,
user_error,
running,
queued,
pending
results
object

The results of the evaluation job