Skip to main content
GET
Export invoices as CSV

Transactions

The settled payment behind a paid invoice.

Customers

The buyer behind each invoice.

Webhooks

Know the moment a checkout completes and its invoice flips to paid.

Authorizations

x-api-key
string
header
required

Your secret key, from app.agentaos.ai -> Settings -> Developers -> API Keys. The key's prefix is both its identity and its environment: sk_test_... (sandbox, free, no verification) or sk_live_... (real money, requires business verification). A missing or invalid key returns 401.

Query Parameters

from
string

ISO 8601 date or datetime, inclusive lower bound.

to
string

ISO 8601 date or datetime, inclusive upper bound.

status
enum<string>
Available options:
all,
issued,
paid,
voided
fiatCurrency
enum<string>

Filter to rows settled/presented in this fiat currency.

Available options:
EUR,
USD
networks
string

Comma-separated CAIP-2 network IDs to filter by, e.g. eip155:8453,eip155:84532. Ignored if your API key is network-scoped.

Response

The invoices CSV.

The response is of type string.