---
title: "Reads all Evaluation forms"
method: GET
path: "/api/2026-07-01/resources/ats/evaluation_forms"
tags: ["Ats > EvaluationForm"]
---

# Reads all Evaluation forms

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

Reads all Evaluation forms

## Query parameters

- `ids[]` string[] — List of IDs of the evaluation forms to be fetched.
- `ats_job_posting_ids[]` string[] — List of IDs of the job postings to filter the evaluation forms by.
- `template` boolean — If true, only the evaluation forms that are templates will be fetched.

## Response `200`

OK

- object
  - `data` AtsEvaluationForm[]
    - `id` string, required — Id of the evaluation form.
    - `company_id` string, required — Id of the company that the evaluation form belongs to.
    - `ats_job_posting_id` string — Id of the job posting that the evaluation form is associated with.
    - `name` string, required — Name of the evaluation form.
    - `based_on_id` string — Id of the evaluation form that this evaluation form is related.
    - `questions` unknown[], required — List of questions in the evaluation form.
      - unknown
    - `created_at` string, required — date and time when the evaluation form was created.
    - `updated_at` string, required — date and time when the evaluation form was last updated.
  - `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/versions/1a6bffb20f7d/schema)
