---
title: "List ATS connections"
method: GET
path: "/api/v2/ats/connections"
tags: ["ATS"]
---

# List ATS connections

`GET /api/v2/ats/connections`

Return all ATS integrations configured for the authenticated workspace.

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- ListResponseAtsConnection
  - `data` AtsConnection[], required
    - `integration_id` string, required — Unique integration identifier.
    - `ats_provider` string, required — ATS provider name.
    - `source` string — Integration source: 'native' or 'kombo'.
    - `display_name` string, nullable — Human-friendly display name for the integration.
    - `is_active` boolean — Whether the integration is active.
    - `created_at` number, nullable
    - `updated_at` number, nullable
  - `pagination` PaginationMeta, required
    - `has_more` boolean, required — Whether more results exist beyond this page
    - `total_count` integer, nullable — Total number of results (if available)
    - `url` string, nullable — URL of this resource

## Other responses

- `400` — Unsupported ATS provider.
- `401` — Invalid or missing API key.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

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