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

# List bulk operations

`GET /bulk-operations`

List all bulk operations with optional filtering and pagination. Returns operations of all types including publish, unpublish, edit, delete, and migrate.

## Query parameters

- `specification` DefaultSpecification, required — Base class for all list endpoint specifications - indicates no filtering is allowed for this entity if used directly in a controller.
- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]
- `fields` string[]

## Response `200`

OK

---

[API](https://skmtc.dev/lucidworks/apis/rules-rewrites-api.md) · [All operations](https://skmtc.dev/lucidworks/apis/rules-rewrites-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lucidworks/rules-rewrites-api/revisions/f2d3747848e8/schema)
