---
title: "Reads all Messages"
method: GET
path: "/api/2026-07-01/resources/ats/messages"
tags: ["Ats > Message"]
---

# Reads all Messages

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

Reads all Messages

## Query parameters

- `id` string
- `ids[]` string[]
- `ats_conversation_id` string
- `ats_conversation_ids[]` string[]
- `last_per_conversation` boolean, required

## Response `200`

OK

- object
  - `data` AtsMessage[]
    - `id` string, required
    - `content` string, required
    - `ats_conversation_id` string, required
    - `sent_by_id` string, required
    - `sent_by_type` string, required
    - `created_at` string, required
    - `attachments` unknown[], required
      - unknown
    - `topic` string, required
    - `delayed_until` string
    - `sent_at` string
    - `delivered_at` string
    - `opened_at` string
    - `last_error_at` string
  - `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)
