Get project labels
Returns project label categories and available labels for the company (same shape as grouped categories for the project entity type), plus the labels currently assigned to the given project in selected.
Use GET /categories/labels-model?model=project for a simpler category tree without per-project selection. To assign or remove labels on a project, use PUT /projects/{project_id} with a labels array.
Documentation Index
Fetch the complete documentation index at: https://developers.projectcor.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project ID. Must belong to the authenticated user's company.
Query Parameters
Pagination page number. Set to false (the default) to disable pagination.
Page size when pagination is enabled.
JSON object as a string (must be valid JSON) for sort criteria passed to the label query.
JSON object as a string (must be valid JSON) with filter criteria for the grouped labels query (e.g. ids, name, limit).

