---
title: "Reads a single Answer"
method: GET
path: "/api/2026-07-01/resources/ats/answers/{id}"
tags: ["Ats > Answer"]
---

# Reads a single Answer

`GET /api/2026-07-01/resources/ats/answers/{id}`

Reads a single Answer

## Path parameters

- `id` string, required

## Response `200`

OK

- 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

---

[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/versions/1a6bffb20f7d/schema)
