v1
latestOpenAPI 3.1.02026-07-222392081.7 MBList audit logs
Retrieve existing audit logs. Sorted by happened_at descending.
Query parameters
Maximum number of items to return (1-100).
Maximum number of items to return (1-100).
Opaque cursor returned in the previous response's next_cursor. Omit to fetch the first page.
Opaque cursor returned in the previous response's next_cursor. Omit to fetch the first page.
Set to true to include total in the response.
Return only entries attached to this customer ID.
Return only entries attached to this customer ID.
Return only entries attached to this subscription ID.
Return only entries attached to this subscription ID.
Return only entries attached to this invoice ID.
Return only entries attached to this invoice ID.
Return only entries attached to this quote ID.
Return only entries attached to this quote ID.
Response
Example response
{
"data": [
{
"type": "invoice.electronic_invoice.sent",
"happened_at": "2024-10-20T14:32:11.000Z",
"customer_id": "cus_Typ0px2W0aiEtl",
"invoice_id": "inv_1eTaiytfA0i2Va"
}
],
"total": 1
}