Skip to main content
GET
/
v1
/
bulk_actions
List
curl --request GET \
  --url https://{defaultHost}/v1/bulk_actions \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "pagination": {
    "count": 1,
    "limit": 20,
    "page": 1,
    "url": "/v1/bulk_actions"
  },
  "data": [
    {
      "id": "f6768f42-b3a3-4f62-a965-e1af7f4576ca",
      "object": "bulk_action",
      "action_type": "delete_products",
      "record_ids": [
        "a90240ed-a52a-4466-ac5f-96323dc92f85",
        "ebaa2627-7bb8-4b20-b48d-291de953b0a7",
        "805a67f0-28ed-4020-b2cc-668e598880a5",
        "f586407f-ed54-4ddc-8bad-fad0591a9ac4",
        "f65b7c14-761a-4530-8c72-52f8bef9eadd"
      ],
      "skipped_record_ids": [],
      "status": "pending",
      "created_at": 1767909673,
      "updated_at": 1767909673
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids[]
string[]

Only return objects with the given IDs.

limit
integer

A limit on the number of items to be returned, between 1 and 100.

page
integer

The page of items you want returned.

Response

200 - application/json

Success

object
string

A string describing the object type returned.

pagination
object
data
array

An array of objects.