---
title: "Reads all Questions"
method: GET
path: "/api/2026-07-01/resources/ats/questions"
tags: ["Ats > Question"]
---

# Reads all Questions

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

Reads all Questions

## Query parameters

- `ids[]` string[] — identifiers of the questions
- `ats_job_posting_ids[]` string[] — identifiers of the related job postings

## Response `200`

OK

- object
  - `data` AtsQuestion[]
    - `id` string, required — question identifier
    - `ats_job_posting_id` string, required — job posting identifier.
    - `label` string, required — text of the question.
    - `position` integer, required — position of the question in the list.
    - `mandatory` boolean, required — is the question mandatory or not
    - `auto_disqualify` boolean, required — if the question autodisqualifies the candidate depending on it's response.
    - `question_type` 'text' | 'long_text' | 'single_choice' | 'multiple_choice' | 'file', required — type of the question.
    - `created_at` string, required — creation date
    - `updated_at` string, required — last update date
    - `options` unknown[] — options for the question.
      - 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)
