This forum is now Read-Only. The Magento Community Forum is scheduled to close permanently on December 31, 2025. Please save any necessary information before this date. Join us on Slack for continued engagement!
Missing Get Bulk Status API Endpoint in Magento 2.4
I currently use Magento version 2.4 in my instance but cannot locate the Bulk Operation Statusendpoints in the Swagger documentation. I accessed Swagger through the URL http://{host}/rest/all/schema?services=all with the correct authorization, but the endpoint for retrieving bulk status using bulkUuid is not visible.
In my previous instance with Magento version 2.3, this endpoint was accessible using the URL https://{host}/rest/all/schema?services=all.
What could be the reason for the Bulk Operation Statusendpoints not appearing in the swagger documentation of the instance http://{host}/rest/all/schema?services=all which is returning the swagger of version 2.4?
Am I possibly missing a configuration that is causing this issue? Is there any additional setup required to enable those Bulk Operation Statusendpoints?