List projects
Retrieve a list of projects.
Query parameters
Filter by projects that belong to archived workspaces
Filter projects by pinned status. Use 'pinned_only' to return only pinned projects, 'exclude_pinned' to return only non-pinned projects, or 'all' to return all projects.
Multiple values may be separated by commas. (comma-separated values)
Comma-separated list of count fields to include in the response to optimize performance. Available fields: task_number, finished_task_number, total_predictions_number, total_annotations_number, num_tasks_with_annotations, useful_annotation_number, ground_truth_number, skipped_annotations_number. If not specified, all count fields are included.
Maximum number of members to return
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Search term for project title and description
Filter lse_project__source_interface_id by exact match
Filter current_state by exact match
Filter title by contains (case-insensitive)
Filter workspaces by exact match
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}