---
title: "List Feature"
method: GET
path: "/features"
tags: ["Feature"]
---

# List Feature

`GET /features`

Get a list of features along with its associations

## Query parameters

- `nextToken` string
- `pageSize` number

## Response `200`

Response for list Feature request

- FeaturePaginatedListData
  - `data` FeatureListResponse[]
    - `id` string, required
    - `name` string, required
    - `billableName` string
    - `displayName` string, required — Display name of feature. This is an auto-generated field which contains billableName of feature. If billableName is not provided, name will be used as display name.
    - `schemaCount` integer, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time
  - `nextToken` string
  - `context` PaginationOptions
    - `pageSize` integer
    - `sortOrder` 'ASC' | 'DESC'

## Other responses

- `400` — Error response
- `401` — Error response
- `403` — Error response
- `404` — Error response
- `429` — Error response
- `default` — Error response

## Changes

- **2023-11-30** `b3351be4b462` — 1 info
  - added the required property `data/items/displayName` to the response with the `200` status
- **2023-11-03** `a6c96c5ec06e` — 1 info
  - added the optional property `data/items/billableName` to the response with the `200` status
- **2023-09-02** `6b13f6f47735` — 1 breaking, 1 warning
  - removed the required property `data/items/displayName` from the response with the `200` status
  - removed the optional property `data/items/billableName` from the response with the `200` status

[Change history](https://skmtc.dev/togaihq/apis/togai-apis/changes/features/get.md)

---

[API](https://skmtc.dev/togaihq/apis/togai-apis.md) · [All operations](https://skmtc.dev/togaihq/apis/togai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/togaihq/togai-apis/revisions/442f5d8f4aa0/schema)
