Overview
A project represents a discrete annotation or labeling effort. Projects help you:- Organize related tasks and datasets
- Configure annotation workflows
- Manage team assignments
- Track progress and quality metrics
- Define task types and label schemas
uid), a name, status, and timestamps for creation and updates.
Project structure
Listing projects
Retrieve all projects accessible to your account:Pagination
Projects are returned in paginated responses:Maximum number of projects to return (default: 20)
Cursor for fetching the next page of results
The response includes
hasMore, nextCursor, and previousCursor fields for navigation.Getting a project
Retrieve detailed information about a specific project:Working with projects and tasks
Projects are closely related to tasks. You can filter tasks by project:Project status
Projects track their lifecycle through status values:Active
Active
The project is currently in progress and accepting new tasks
Completed
Completed
All tasks have been finished and the project is closed
Paused
Paused
The project is temporarily on hold
Archived
Archived
The project has been archived for historical reference
Common workflows
- List all projects
- Get project details
- Find project tasks
- Paginate projects
Response format
All project list operations return a paginated response:Use
hasMore to determine if additional pages are available.Integration with other resources
Projects connect to multiple Avala resources:Tasks
Projects contain annotation tasks. Filter tasks by
project UID.Exports
Export project annotations and results using the exports resource.
Agents
Configure AI agents to automate workflows within a project.
Quality Targets
Set quality metrics and thresholds for project deliverables.
Best practices
- Organize by purpose: Create separate projects for training, validation, and testing datasets
- Monitor status: Regularly check project status to track progress
- Use pagination: Always handle paginated responses when listing projects
- Link resources: Associate tasks, agents, and quality targets with projects for better organization