---
title: "Reads all Answers"
method: GET
path: "/api/2026-07-01/resources/ats/answers"
tags: ["Ats > Answer"]
---

# Reads all Answers

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

Reads all Answers

## Query parameters

- `ids[]` string[] — Identifier of the answers
- `ats_application_ids[]` string[] — Identifier of the apllications

## Response `200`

OK

- object
  - `data` AtsAnswer[]
    - `id` string, required — Identifier of the answer
    - `ats_question_id` string — Identifier of the question
    - `ats_application_id` string, required — Identifier of the application
    - `original_question_label` string, required — Question label of the answer
    - `value` string — Value of the answer
    - `original_question_type` 'text' | 'long_text' | 'single_choice' | 'multiple_choice' | 'file', required — Original type of the question
    - `created_at` string, required — Created date of the answer
    - `updated_at` string, required — Last updated date of the answer
  - `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)
