# List tags Returns a paginated list of Tags for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/tag Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "associatedResourceType", "name" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `associatedResourceId` (string) Identifier of the resource this tag is associated with. Example: "123e4567-e89b-12d3-a456-426614174000" - `associatedResourceType` (string) Type of resource this tag is associated with (e.g., animal, contact, invoice). - `categoryId` (string) Identifier of the tag category, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean) Whether the tag is currently active and can be used. - `name` (string) Human-readable tag label. ## Response 200 fields ## Response 401 fields