# Get a bulk and its current progress **GET /v2/transfers/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: application/json (object) - **id** (string(uuid)) ID of the bulk. - **transfers_total** (integer(int32)) Total number of transfers in the bulk. - **transfers_confirmed** (integer(int32)) Number of transfers that were processed and confirmed. - **transfers_canceled** (integer(int32)) Number of transfers canceled before processing. - **transfers_failed** (integer(int32)) Number of transfers that were processed and failed. - **status** (string) Aggregated status of the bulk. [Powered by Bump.sh](https://bump.sh)