GET
/
batch-query-status
curl --request GET \
  --url https://api.herodotus.cloud/batch-query-status \
  --header 'api-key: <api-key>'
{
  "queryStatus": "DONE",
  "info": [
    "<string>"
  ]
}

Authorizations

api-key
string
header
required

Query Parameters

batchQueryId
string
required

Response

200
application/json

Default Response

The response is of type object.