---
title: "Get available collection types"
method: GET
path: "/v1/collection/types"
tags: ["Collection"]
---

# Get available collection types

`GET /v1/collection/types`

Returns list of available media types for filtering (for segment controller UI)

## Response `200`

Types retrieved successfully

- CollectionTypesResponseDto
  - `types` CollectionTypeDto[], required — List of available media types for filtering
    - `id` string, required — Type identifier ("all" for no filter, or specific type)
    - `label` string, required — Display label for the type

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
