Skip to main content
GET
Get receipts (synchronous)

Authorizations

Authorization
string
header
required

API token from the Control Room. Include as Authorization: Bearer <token>

Query Parameters

begin
string<date-time> | null

Filter by event timestamp (start)

end
string<date-time> | null

Filter by event timestamp (end)

ingested_begin
string<date-time> | null

Filter by ingestion timestamp (start)

ingested_end
string<date-time> | null

Filter by ingestion timestamp (end), defaults to now()

uid
string
required

Your user reference

Example:

"alice@yourcompany.com"

category
string | null

Category subtree to filter by

Example:

"/Shopping"

limit
integer
default:1000

Maximum number of rows to return

Required range: 1 <= x <= 10000
cursor
string | null

Pagination cursor from previous response

Response

Successful Response

data
ReceiptsEvent · object[]
count
integer
next_cursor
string | null
has_more
boolean
applied_ingested_end
string<date-time> | null