List Projects
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
owner_name | string | Yes | Username of the project owner (path parameter) |
name | string | No | Filter by project name (query parameter) |
ordering | string | No | Field to order results by (query parameter) |
cursor | string | No | Cursor for pagination (query parameter) |
limit | integer | No | Number of results per page (query parameter) |
Request
Response
Fields
| Field | Type | Description |
|---|---|---|
uid | string (UUID) | Unique identifier for the project |
name | string | Project name (1-100 characters) |
task_type | string | Type of annotation task assigned to this project |
status | string | Current project status |
is_active | boolean | Whether the project is currently active |
visibility | string | public or private |
is_imported | boolean | Whether the project was imported from an external source |
owner_name | string | Username of the project owner |
short_description | string | Brief description of the project |
industry_icon | string | Industry category icon identifier |
Task Types
| Type | Description |
|---|---|
image-annotation | 2D image annotation (bounding boxes, polygons, segmentation) |
video-annotation | Video frame-by-frame annotation |
point-cloud-annotation | 3D point cloud annotation with cuboids |
point-cloud-objects | 3D object detection in point clouds |
Project Statuses
| Status | Description |
|---|---|
pending-approval | Awaiting approval to start |
active | Currently active and accepting annotations |
paused | Temporarily paused |
canceled | Canceled and no longer active |
archived | Archived for historical reference |
completed | All annotation tasks have been completed |
Error Responses
Not Found (404)
Permission Denied (403)
Unauthorized (401)
X-Avala-Api-Key header is missing or contains an invalid key.