Skip to main content
GET
Snapshot time-series

Authorizations

Authorization
string
header
required

API key for authentication.

Path Parameters

id
string<uuid>
required

The usage base id (the row id returned by /usage/bases, not the Airtable base id).

Example:

"8f1d6b2c-3a4e-4c5d-9e6f-0a1b2c3d4e5f"

Query Parameters

from
string<date>

Inclusive lower date bound (YYYY-MM-DD).

Example:

"2026-06-01"

to
string<date>

Inclusive upper date bound (YYYY-MM-DD).

Example:

"2026-06-30"

cursor
string<date>

A YYYY-MM-DD date from a previous response's nextCursor; returns days strictly older than it.

limit
integer
default:30

Days per page (1-365).

Required range: 1 <= x <= 365

Response

A page of snapshot days (newest-first).

baseId
string
Example:

"appkGlXEiufQLn1Qd"

days
Usage Snapshot Day · object[]
nextCursor
string<date> | null

Pass as cursor to fetch the next (older) page; null when there are no more days.

Example:

"2026-05-31"