Tags
List tags
Search and cursor-paginate reusable workspace tags.
GET
List tags
GET /v1/tag requires Tags: Read (tags.view). Optional query parameters are search, page_size (1–100), starting_after, and ending_before. The response contains complete tags plus cursor pagination; cursors use biq_tag_... IDs. Each tag’s color is a supported lowercase color name, while null represents the default gray style. Unknown filters and both cursor directions together return 422 validation_error.
Shared API behavior
Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits. This endpoint uses cursor pagination; see Pagination.Authorizations
A workspace API key beginning with biqli_.
Query Parameters
Required string length:
1 - 255Required range:
1 <= x <= 100Next-page public ID cursor; mutually exclusive with ending_before.
Previous-page public ID cursor; mutually exclusive with starting_after.

