---
title: "Get Bulk Operation"
method: GET
path: "/bulk-operations/{id}"
tags: ["Bulk Operations"]
---

# Get Bulk Operation

`GET /bulk-operations/{id}`

Get the details about a specific bulk operation.

## Path parameters

- `id` integer, required

## Response `200`

Success

- object
  - `bulk_operation` BulkOperationResponse
    - `id` integer — The unique identifier for the bulk operation, created by Loop.
    - `status` 'pending' | 'processed_with_failures' | 'processed_successful', nullable — The status of the bulk operation.
    - `pending_count` integer — The number of pending jobs.
    - `failed_count` integer — The number of failed jobs.
    - `success_count` integer — The number of successful jobs.
    - `created_at` string, date-time — The date and time at which the bulk operation was created.
    - `updated_at` string, date-time — The date and time at which the bulk operation was updated.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/loopreturns/apis/listings-api.md) · [All operations](https://skmtc.dev/loopreturns/apis/listings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loopreturns/listings-api/revisions/750e6012dbb8/schema)
