Skip to main content
GET
Query receipts (newest first, filterable)

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
number
Example:

25

cursor
number

Exclusive seq upper bound for the next page

from
string

RFC3339 lower ts bound (inclusive)

to
string

RFC3339 upper ts bound (inclusive)

actor
string
provider
string
Example:

"anthropic"

model
string
check
string

A check name present on the receipt (e.g. GUARDRAIL)

upstreamStatus
string
Example:

"ok"

Response

receipts
object[]
required
nextCursor
number | null
required

Seq of the last returned receipt — pass as cursor to fetch the next page. null when this is the last page.

Example:

40