GET /v1/tags
List Tags
List all tags with optional filtering and pagination
GET
GET /v1/tags
List Tags
List all tags with optional filtering and pagination.Query Parameters
Filter by parent classification fully qualified name (e.g.,
Certification).Maximum number of results to return (max: 1000000).
Cursor for backward pagination.
Cursor for forward pagination.
Comma-separated list of fields to include:
owners, children. See Supported Fields below.Include
all, deleted, or non-deleted entities.GET /v1/tags
Returns
Returns a paginated list of tag objects. By default, only basic fields are included. Use thefields parameter to request additional data.
Response
Array of tag objects.
Pagination information.
Supported Fields
| Field | Description |
|---|---|
owners | Owner references (users and teams) |
children | Child tag references |
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to list tags |