Get vault timeseries data
Vaults
Get vault timeseries data
Returns historical metric data points. Default order is asc (oldest first, chart-friendly); pass ?order=desc for newest-first list views. Supports date range filtering and cursor pagination — pass meta.next_cursor back as ?next= for the next page (cursor is bound to the order it was created with). Default page size is 1000.
GET
Get vault timeseries data
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Vault identifier
Query Parameters
Start timestamp (ISO 8601)
End timestamp (ISO 8601)
Opaque cursor from previous meta.next_cursor.
Page size (1–10000, default 1000).
Sort direction: asc (default) or desc.