Bulk Action Progress
get
Retrieve a list of all bulk actions and their current progress statuses.
Authorizations
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
X-API-KEYstringRequired
Query parameters
actionstringOptional
completedbooleanOptional
custom_object_idstring · uuidOptional
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
started_afterstring · date-timeOptional
Responses
200Success
application/json
get
/api/bulk-action-progress200Success
get
Fetch the progress details of a specific bulk action using its unique ID.
Authorizations
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
X-API-KEYstringRequired
Path parameters
idstringRequiredPattern:
^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$Responses
200Success
application/json
get
/api/bulk-action-progress/{id}200Success
Last updated
Was this helpful?