# Get Bulk summary data with list of operations items short data **GET /V1/bulk/{bulkUuid}/status** Get Bulk summary data with list of operations items short data. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **bulkUuid** (string) ## Responses ### 200 200 Success. #### Body: (object) - **operations_list** (array[object]) Getter Class OperationsStatusInterface Instead of OperationInterface this class don't provide all operation data and not responsive to set any data, just to get operation data without serialized_data and result_serialized_data - **extension_attributes** (object) ExtensionInterface class for @see \Magento\AsynchronousOperations\Api\Data\BulkSummaryInterface - **user_type** (integer) User type - **bulk_id** (string) Bulk uuid - **description** (string) Bulk description - **start_time** (string) Bulk scheduled time - **user_id** (integer) User id - **operation_count** (integer) Total number of operations scheduled in scope of this bulk ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)