---
title: "Retrieve operation details with items"
method: GET
path: "/api/v1/operations/{id}"
tags: ["Operations"]
---

# Retrieve operation details with items

`GET /api/v1/operations/{id}`

Returns the current status of an asynchronous operation along with the processing result of each individual item. Use this endpoint to poll the outcome of bulk_create, bulk_delete, or bulk_transfer requests.

## Path parameters

- `id` integer, required

## Response `200`

Operation with items returned

- object
  - `id` integer, required
  - `created_at` string, date-time, required
  - `status` 'pending' | 'processing' | 'finished' | 'finished_with_errors' | 'invalidated', required
  - `operation_items` object[], required
    - `status` 'pending' | 'processing' | 'finished' | 'finished_with_errors' | 'invalidated', required
    - `eligible_identifier` string, nullable — Eligible document of the employee processed in this item
    - `company_identifier` string, nullable — Reference identifier of the company associated with this item
    - `error_message` string, nullable — Error description when status is finished_with_errors

## Other responses

- `401` — Missing or invalid token
- `404` — Operation not found or belongs to a different company group

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/revisions/bc65b4950c7e/schema)
