# Returns all Tags Returns all the Tags for the given Account ID Endpoint: GET /cf/admin/tags Version: 1.0 Security: x-api-key ## Query parameters: - `accountIdentifier` (string, required) Account Identifier - `orgIdentifier` (string, required) Organization Identifier - `projectIdentifier` (string, required) The Project identifier - `environmentIdentifier` (string, required) Environment Identifier - `pageNumber` (integer) PageNumber - `pageSize` (integer) PageSize - `sortOrder` (string) SortOrder Enum: "ASCENDING", "DESCENDING" - `sortByField` (string) SortByField Enum: "name", "identifier", "archived", "kind", "modifiedAt" - `tagIdentifierFilter` (string) Partial Search of Tag Identifiers to filter on ## Response 200 fields (application/json): - `itemCount` (integer, required) The total number of items Example: 1 - `pageCount` (integer, required) The total number of pages Example: 100 - `pageIndex` (integer, required) The current page - `pageSize` (integer, required) The number of items per page Example: 1 - `version` (integer) The version of this object. The version will be incremented each time the object is modified Example: 5 - `tags` (array) - `tags.identifier` (string, required) The identifier of the tag Example: "feature-flag-tag-1" - `tags.name` (string, required) The name of the tag Example: "feature-flag-tag-1" ## Response 401 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 403 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 404 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 500 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed