---
title: "Create Bulk Operation"
method: POST
path: "/bulk-operations"
tags: ["Bulk Operations"]
---

# Create Bulk Operation

`POST /bulk-operations`

Create a new bulk operation.

## Response `201`

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
- `422` — Unprocessable Entity

---

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