---
title: "Reads all Feedbacks"
method: GET
path: "/api/2026-07-01/resources/ats/feedbacks"
tags: ["Ats > Feedback"]
---

# Reads all Feedbacks

`GET /api/2026-07-01/resources/ats/feedbacks`

This endpoint retrieves all feedbacks associated with a candidate's applications.

## Query parameters

- `ids[]` string[] — retrieve only the feedbacks that match the IDs passed in the request.
- `ats_application_ids[]` string[] — filter feedbacks based on multiple application IDs.
- `ats_candidate_id` string — fetch feedbacks related to a specific candidate.

## Response `200`

OK

- object
  - `data` AtsFeedback[]
    - `id` string, required — the ID of the feedback entry.
    - `rating` integer — the overall rating from 1 to 5 for the candidate's application.
    - `description` string — the description of the feedback provided.
    - `ats_application_id` string — the ID of the application related to the feedback.
    - `ats_application_phase_id` string — the ID of the phase within the application related to the feedback.
    - `created_at` string, required — the date and time when the feedback entry was created.
    - `ats_candidate_id` string, required — the ID of the candidate to whom the feedback is associated.
    - `ats_evaluation_forms_id` string — the ID of the evaluation form to which the feedback belongs if the evaluation forms feature is active.
    - `evaluation_form_answers` unknown[] — the answers from the evaluation form, if this feedback is related to an evaluation form.
      - unknown
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

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