v1

latestOpenAPI 3.1.02026-07-2689175245.8 KB
Bulk Operations

Get Bulk Operation

Get the details about a specific bulk operation.

get/bulk-operations/{id}

Path parameters

idinteger required

The unique identifier for the bulk operation, created by Loop.

Response

Success

Example response

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