---
title: "Get push status"
method: GET
path: "/api/v2/ats/candidates/push/{item_id}"
tags: ["ATS"]
---

# Get push status

`GET /api/v2/ats/candidates/push/{item_id}`

Poll the status of a queued candidate push by item ID.

## Path parameters

- `item_id` string, required

## Headers

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

## Response `200`

Successful Response

- SingleResponseQueueItemStatus
  - `data` QueueItemStatus, required
    - `item_id` string, required
    - `status` string, required
    - `event_type` string, nullable
    - `retry_count` integer
    - `failure_instances` object[]
    - `success_details` object, nullable
    - `created_at` number, nullable
    - `updated_at` number, nullable
  - `meta` object, nullable — Optional metadata. Shape varies by endpoint.

## 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)
