---
title: "List all category product features grouped by category"
method: GET
path: "/api/v2/categories/features"
tags: ["Product Features"]
---

# List all category product features grouped by category

`GET /api/v2/categories/features`

**Requires `product_features.read` scope.**

## Query parameters

- `page[size]` integer
- `page[after]` string
- `page[before]` string
- `filter[product_uuid_eq]` string
- `filter[is_verified_eq]` boolean
- `filter[functionality_eq]` string
- `filter[created_at_gt]` string, date-time
- `filter[created_at_lt]` string, date-time
- `filter[updated_at_gt]` string, date-time
- `filter[updated_at_lt]` string, date-time
- `fields[product_features]` string[]
- `include` string[]

## Response `200`

Grouped category product features

## Other responses

- `400` — with invalid request parameters
- `401` — Unauthenticated

---

[API](https://skmtc.dev/g2/apis/g2-api.md) · [All operations](https://skmtc.dev/g2/apis/g2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g2/g2-api/revisions/63b15460479c/schema)
