v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
annotation_configs

List annotation configurations assigned to a project

Retrieve a paginated list of the annotation configurations assigned to a project, identified by either project ID or project name.

get/v1/projects/{project_identifier}/annotation_configs

Path parameters

project_identifierstring required

The project identifier: either project ID or project name.

The project identifier: either project ID or project name.

Query parameters

cursorstring nullable

Cursor for pagination (base64-encoded annotation config ID)

Cursor for pagination (base64-encoded annotation config ID)

limitinteger

Maximum number of configs to return

Maximum number of configs to return

Response

A list of the project's annotation configurations with pagination information

next_cursorstring nullable required