Skip to main content
GET
Get evaluator run

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

task_uuid
string
required

Annotation task to act on

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

job_uuid
string
required

The evaluator run to act on

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Response

Successful Response

uuid
string
required

ID of the evaluator-run job

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

task_id
string | null
required

ID of the task the job ran on

status
enum<string>
required

Current status of the job

Available options:
queued,
in_progress,
completed,
failed
error
string | null
required

Failure reason, present when the job failed

completed_at
string | null
required

When the job finished (ISO 8601 UTC)

evaluators
object[]
required

The evaluators the job ran, each pinned to the version it used, with that version's rubric

runs
object[]
required

One result per item and evaluator. Each keys back to evaluators by its evaluator and version IDs

human_agreement
object
required

How each evaluator's judgements line up with the human annotations on the same items

items
object[]
required

The exact item set the job ran on, frozen when the job started

is_public
boolean
required

Whether the run is shared publicly

share_token
string | null
required

Token for building the public share URL