Skip to main content
GET
/
atlantic-queries
/
stats
Get the stats of Atlantic queries you have submitted.
curl --request GET \
  --url https://atlantic.api.herodotus.cloud/atlantic-queries/stats \
  --header 'api-key: <api-key>'
{
  "averageProcessingTime": 123,
  "totalQueries": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.herodotus.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
header
required

Query Parameters

apiKey
string

Response

Default Response

averageProcessingTime
number
required
totalQueries
number
required