Skip to main content
GET
Get one table's per-run credit usage

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required

Query Parameters

start_time
string<date-time>
required

Range start (ISO 8601)

end_time
string<date-time>
required

Range end (ISO 8601)

Response

Successful Response

Per-run credit usage for one table, newest first.

runs
CreditRunUsageSchema · object[]
required
total_credits_spent
number
required

In decimal credits.

truncated
boolean
required

True when more runs matched than the cap; narrow the range.