Skip to main content
GET
Aggregate run usage for the current org over a date range

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Query Parameters

start
string<date-time>
required

Inclusive lower bound on Run.created_at (ISO-8601, UTC).

end
string<date-time>
required

Inclusive upper bound on Run.created_at (ISO-8601, UTC).

Response

Successful Response

Aggregate run usage for one org over [start, end].

timeline
UsageDataPoint · object[]
required
by_flow
UsageByFlow · object[]
required
by_source
UsageBySource · object[]
required