---
title: "GET /article-feedback"
method: GET
path: "/article-feedback"
tags: ["article-feedback"]
---

# GET /article-feedback

`GET /article-feedback`

Get article feedback
Returns a paginated list of knowledge base article feedback for the organization.

**Rate limit:** 20 requests per minute

## Query parameters

- `cursor` string
- `limit` integer
- `knowledge_base_id` string
- `article_id` string

## Response `200`

- GetArticleFeedbackResponseBody
  - `data` ArticleFeedback[] — The data payload of the response.
    - `article_id` string — The ID of the article that received the feedback.
    - `comment` string — The optional comment submitted with the feedback.
    - `id` string — The ID of the feedback submission.
    - `knowledge_base_id` string — The ID of the knowledge base containing the article.
    - `score` integer — The feedback score, from 1 (very unhelpful) to 5 (very helpful).
    - `submitted_at` string — The time the feedback was submitted, in RFC 3339 format.
    - `submitter` Actor
      - `contact` MiniContact
        - `email` string — The email of the contact.
        - `id` string — The ID of the contact.
      - `user` MiniUser
        - `email` string — The email of the user.
        - `id` string — The ID of the user.
    - `updated_at` string — The time the feedback was last updated, in RFC 3339 format.
  - `pagination` Pagination
    - `cursor` string, required — The cursor for the next page of results.
    - `has_next_page` boolean, required — Indicates if there is a next page of results.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/revisions/a7231589e927/schema)
