---
title: "Fetch Form Answers"
method: GET
path: "/omni/form/answers"
tags: ["Forms and data entry"]
---

# Fetch Form Answers

`GET /omni/form/answers`

Retrieves all questions and answers that a user has responded to during a session, regardless of the form module configurations used.

Works with <Glossary>Admin Token</Glossary>.

## Query parameters

- `interviewId` string, required

## Headers

- `api-version` string, required

## Response `200`

OK

- FormAnswersResponse
  - `answers` FormAnswerDto[] — The answers provided by the user
    - `question` string — The question presented to the user
    - `answerDetails` FormAnswerDetailsDto
      - `singleAnswer` string — The user's answer to the question. Date Format: Dates in responses are returned as milliseconds since the Unix epoch (UTC) Country Code Format: Country codes in responses are returned using ISO 3166-1 alpha-3 format. For example, "USA" for the United States of America, "GBR" for Great Britain.
      - `selectedAnswers` string[] — Field intended to support multiple selected answers by the user. Currently, this functionality is not supported and will always return as an empty array.
    - `inputType` 'NUMBER' | 'CPF' | 'COUNTRY' | 'NATIONALITY' | 'DATE' | 'PHONE' | 'EMAIL' | 'TEXT' | 'MULTISELECT' | 'YESNO' | 'SELECT' — Indicates the type of input used for the answer

## Other responses

- `400` — Bad Request

---

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