v1

latestOpenAPI 3.1.02026-07-2689175245.8 KB
Bulk Operations

List Bulk Operations

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

get/bulk-operations

Query parameters

limitinteger

The maximum number of bulk operations returned.

sort_order'asc' | 'desc'

The sort order for the results.

cursorstring

The cursor to return the next page of results.

Response

Success

next_page_urlstring nullable
previous_page_urlstring nullable

Example response

{
  "bulk_operations": [
    {
      "id": 641174584320376000,
      "pending_count": 1,
      "created_at": "2023-04-25T13:25:00-05:00",
      "updated_at": "2023-04-27T13:25:00-05:00"
    }
  ]
}