Skip to main content
POST
Python

Path Parameters

evaluation_id
string
required

Query Parameters

task_type
enum<string>
default:EVALUATION_ANNOTATION
Available options:
EVALUATION_ANNOTATION,
EVALUATION_AUDIT,
CONTRIBUTOR_ANNOTATION,
CONTRIBUTOR_AUDIT

Body

application/json
skip_current
boolean
default:false

Response

TaskResponse · object | null

Successful Response

id
string
required
task_type
enum<string>
required
Available options:
EVALUATION_ANNOTATION,
EVALUATION_AUDIT,
CONTRIBUTOR_ANNOTATION,
CONTRIBUTOR_AUDIT
task_entity_parent_id
string
required
task_entity_id
string
required
account_id
string
required

The ID of the account that owns the given entity.

status
enum<string>
required
Available options:
NOT_READY,
PENDING,
PENDING_REDO,
COMPLETED,
FIXED
priority
integer
required
assigned_to
string

The ID of the user that the task is assigned to.

assignment_expires_at
string<date-time>

The date and time when the task assignment expires in ISO format.

task_entity
GenerationTestCaseResultResponse · object

The entity that the task is associated with.