# Get a bulk and its current progress **GET /v2/collections/bulks/{id}** ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Authentication methods - Jwt ## Parameters #### Path parameters - **id** (string(uuid)) ID of the bulk. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **id** (string(uuid)) ID of the bulk. - **collections_total** (integer(int32)) Total number of collections in the bulk. - **collections_confirmed** (integer(int32)) Number of collections that were processed and confirmed. - **collections_canceled** (integer(int32)) Number of collections canceled before processing. - **collections_failed** (integer(int32)) Number of collections that were processed and failed. - **status** (string) Aggregated status of the bulk. [Powered by Bump.sh](https://bump.sh)