List Tags
GET
/org/:org_id/project/:project_id/:entity_type/tag
List all tags in the project
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path Parameters
org_idstringRequired
format: "uuid"The unique identifier of the organization.
project_idstringRequired
format: "uuid"The unique identifier of the project.
entity_typeenumRequired
The type of entity this tag applies to (task or task_revision).
Allowed values:
Query Parameters
page_limitintegerOptional
1-100Defaults to 100The maximum number of items to return per page. Defaults to 100 if not specified.
cursorstringOptional
format: "uuid"A cursor for pagination. Use the next_cursor value from the previous response to get the next page of results.
Response
Tags retrieved
resultslist of objects
The list of items returned for the current page.
paginationobject or null
Contains pagination information for the result set.
