Provide the batch query id to get the status of your batch query.
curl --request GET \ --url https://api.herodotus.cloud/batch-query-status \ --header 'api-key: <api-key>'
{ "queryStatus": "DONE", "info": [ "<string>" ] }
DONE
IN_PROGRESS
REJECTED