v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBOperations
Retrieve a bulk operation
🔑
Required OAuth scope: bulkOperations:read.
Retrieves a bulk operation with its given ID.
get/api/v2/bulk/operations/{bulkOperationId}
Path parameters
bulkOperationIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the bulk operation.
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns the requested bulk operation.
Example response
{
"_id": "507f1f77bcf86cd799439011"
}