Skip to main content
List and retrieve annotation tasks visible to the authenticated user.

List Tasks

Returns all tasks visible to the authenticated user, with optional filtering by project and status.

Parameters

Request

Response

Fields


Get Task

Returns a specific task by its unique identifier.

Parameters

Request

Response


Task Status Values


Task Types


Error Responses

Not Found (404)

Returned when the specified task does not exist or is not accessible to the authenticated user.

Permission Denied (403)

Returned when the authenticated user does not have access to the requested task.

Unauthorized (401)

Returned when the X-Avala-Api-Key header is missing or contains an invalid key.