Skip to main content
GET
/
billing
/
export
/
usage
Export usage data as CSV
curl --request GET \
  --url https://api.mnemom.ai/v1/billing/export/usage \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Query Parameters

from
string<date>
required

Start date (YYYY-MM-DD)

to
string<date>
required

End date (YYYY-MM-DD)

Response

CSV file

The response is of type string.