---
title: "List Feedback Configs Endpoint"
method: GET
path: "/api/v1/feedback-configs"
tags: ["feedback-configs"]
---

# List Feedback Configs Endpoint

`GET /api/v1/feedback-configs`

## Query parameters

- `key` string[], nullable
- `name_contains` string, nullable
- `offset` integer
- `limit` integer, nullable
- `sort_by_desc` boolean
- `read_after_write` boolean

## Response `200`

Successful Response

- FeedbackConfigSchema[]
  - `feedback_key` string, required
  - `feedback_config` FeedbackConfig, required
    - `type` 'continuous' | 'categorical' | 'freeform', required — Enum for feedback types.
    - `min` number, nullable
    - `max` number, nullable
    - `categories` FeedbackCategory[], nullable
      - `value` number, required
      - `label` string, nullable
  - `tenant_id` string, uuid, required
  - `modified_at` string, date-time, required
  - `is_lower_score_better` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
