---
title: "List Bulk Operations"
method: GET
path: "/bulk-operations"
tags: ["Bulk Operations"]
---

# List Bulk Operations

`GET /bulk-operations`

Retrieve a list of bulk operations. The list can be sorted and paginated using the parameters below.

## Query parameters

- `limit` integer
- `sort_order` 'asc' | 'desc'
- `cursor` string

## Response `200`

Success

- object
  - `bulk_operations` BulkOperationResponse[] — An array of bulk operations.
    - `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.
  - `next_page_url` string, nullable
  - `previous_page_url` string, nullable

## Other responses

- `401` — Unauthorized

---

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