Bulk Action Progress

get

Retrieve a list of all bulk actions and their current progress statuses.

Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
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
get
/api/bulk-action-progress
200Success
get

Fetch the progress details of a specific bulk action using its unique ID.

Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
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
get
/api/bulk-action-progress/{id}
200Success

Last updated

Was this helpful?