Skip to main content
GET
List receipts

Authorizations

Authorization
string
header
required

nia_sk_...

Query Parameters

profile_id
string<uuid> | null
source_id
string<uuid> | null
conversation_id
string | null
kind
enum<string> | null
Available options:
read,
history,
analytics,
admin,
holdout
since
string<date-time> | null
until
string<date-time> | null
cursor
string<uuid> | null

Opaque cursor from next_cursor.

limit
integer
default:50
Required range: 1 <= x <= 200

Response

One page of receipts.

items
ReceiptOut · object[]
required
next_cursor
string | null