---
title: "Get All Feature Types"
method: GET
path: "/feature/_types"
tags: ["feature"]
---

# Get All Feature Types

`GET /feature/_types`

Get meta info of all feature types

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- PageFeatureMetaModel
  - `items` FeatureMetaModel[], required
    - `name` string, required
    - `display_name` string, required
    - `path` string
    - `query_params` string[]
    - `required_query_params` string[]
    - `optional_query_params` string[]
    - `path_params` string[]
    - `category` string
  - `total` integer
  - `page` integer
  - `size` integer
  - `pages` integer

## Other responses

- `422` — Validation Error

## Changes

- **2024-07-08** `0364172305cb` — 1 breaking
  - the response property `total` became optional for the status `200`
- **2024-01-15** `000d11ff581a` — 1 info
  - the response property `total` became required for the status `200`

[Change history](https://skmtc.dev/fzj-inm1-bda/apis/siibra-api/changes/feature/_types/get.md)

---

[API](https://skmtc.dev/fzj-inm1-bda/apis/siibra-api.md) · [All operations](https://skmtc.dev/fzj-inm1-bda/apis/siibra-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fzj-inm1-bda/siibra-api/revisions/5adffd5f8b23/schema)
