GET
/
buckets
Get the list of buckets you have submitted.
curl --request GET \
  --url https://atlantic.api.herodotus.cloud/docs/buckets
{
  "data": [
    {
      "id": "<string>",
      "externalId": "<string>",
      "status": "OPEN",
      "aggregatorVersion": "snos_aggregator_0.13.2",
      "aggregatorParams": "<string>",
      "nodeWidth": -1,
      "leaves": -1,
      "projectId": "<string>",
      "createdByClient": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

apiKey
string
query
required

Query Parameters

limit
number
offset
number

Response

200 - application/json

Default Response

The response is of type object.