cvat_list_labels
List labels from CVAT using filters such as task ID, project ID, job ID, or name, with pagination support.
Instructions
List labels with /api/labels filters such as task_id, project_id, job_id, name, search, and page_size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ||
| project_id | No | ||
| job_id | No | ||
| name | No | ||
| search | No | ||
| page | No | CVAT page number. | |
| page_size | No | Number of results per page. |