v1

latestOpenAPI 3.0.0BSD License2026-07-24228233924.5 KB
Indices

Index Capacity Timeseries

Retrieves index capacity for a specific index over a defined date range as a timeseries.

get/indices/{id}/capacity/timeseries/

Path parameters

idinteger required

The id of the requested index. List of available ids is returned by /pub/v1/indices/.

Query parameters

date_fromstring date

Date (YYYY-MM-DD): interpreted in the index’s local timezone. Inclusive.

date_tostring date

Date (YYYY-MM-DD): interpreted in the index’s local timezone. Inclusive.

cursorstring

Base64-encoded cursor string for pagination.

limitinteger

Number of results to return per page.

Response

Success

nextstring uri nullable

The link to the next page of results, or null if there is no next page.