---
title: "Get Configurations"
method: GET
path: "/v2/configurations"
tags: ["public"]
---

# Get Configurations

`GET /v2/configurations`

Get all configurations for the authenticated user.
Returns a list of configurations with their id, name and upload_type.

## Response `200`

Successful Response

- ConfigurationsResponse
  - `configurations` ConfigurationEntryResponse[], required
    - `id` integer, required
    - `name` string, required
    - `upload_type` string, required

---

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