List audit logs
Retrieve existing audit logs. Sorted by happened_at descending.
Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of items to return (1-100).
x <= 10050
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.
false
Return only entries attached to this customer ID.
"cus_Typ0px2W0aiEtl"
Return only entries attached to this subscription ID.
"sub_amiaWZ3lzDIWaoT"
Return only entries attached to this invoice ID.
"inv_1eTaiytfA0i2Va"
Return only entries attached to this quote ID.
"quo_1eTaiytfA0i2Va"
Response
List of AuditLog.
- Audit log
- Email audit log
Cursor to fetch the next page. null when there are no more items.
null
Whether more items are available after this page.
false
Total number of items matching the filters. Only present when include_total=true was passed.
1

