---
title: "List pending AI feedback cards for a curation"
method: GET
path: "/api/v2/feedback/"
tags: ["Feedback"]
---

# List pending AI feedback cards for a curation

`GET /api/v2/feedback/`

Return pending AI feedback cards for the given curation.

**Auth:** Regular user JWT with `org:curations:read` permission.

`action_context` is never included in the response.

## Query parameters

- `curation_id` integer, required — Curation ID to fetch feedback for
- `page` integer — Page number
- `limit` integer — Items per page (max 100)

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-26** `1190d599bcc4` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/curatedforyou/apis/curated-for-you-api/changes/api/v2/feedback/get.md)

---

[API](https://skmtc.dev/curatedforyou/apis/curated-for-you-api.md) · [All operations](https://skmtc.dev/curatedforyou/apis/curated-for-you-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/curatedforyou/curated-for-you-api/revisions/1190d599bcc4/schema)
