v1
latestOpenAPI 3.0.02026-07-2466275257.1 KBBulkCampaignOperations
Retrieve bulk operation status
This endpoint retrieves the status and details of a bulk campaign operation using the bulk operation ID. It has been enhanced to support pagination (default: 20 items per page) and status-based filtering, for improved performance and targeted data retrieval.
get/v3/campaigns/bulk/status/{id}
Path parameters
idstring required
The unique identifier of the bulk operation.
Query parameters
pageTokenstring
Pagination token to retrieve the next page of results.
pageSizestring int64
The number of items to retrieve per page.
statusstring
Filter items by status (e.g., BULK_ITEM_SUCCESS, BULK_ITEM_FAILED).
Response
Provides the status and details for the requested bulk campaign operation.