Endpoints for label create/update/delete and fetch label details
GET/api/v1/workspaces/:slug/projects/:project_id/labels/
Retrieve all labels in a project. Supports filtering by name and color.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Paginated list of labels
Invalid request data provided
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
Project not found