# Get the status of individual collection in a bulk **GET /v2/collections/bulks/{id}/collections** ## 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. #### Query parameters - **status** (array[string]) Filter collections by status. - **page** (integer(int32)) Index of the requested page. - **size** (integer(int32)) Number of elements per page in response. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **results** (array[object]) Elements of the page. - **has_prev** (boolean) Flag indicating if there is a previous page. - **has_next** (boolean) Flag indicating if there is a next page. [Powered by Bump.sh](https://bump.sh)