OpenAPI specification: https://pr-6-df95adf6d023.thally.app/openapi/cinderlane.yaml
Endpoints
createAuditExport
Queue a JSON Lines or CSV export for an inclusive time range
POST
https://api.cinderlane.dev/v1/audit-exportsServers
https://api.cinderlane.dev
Request body
application/jsonRequired
formatbodystringrequiredAllowed: jsonl, csv
frombodystringrequiredtobodystringrequiredResponses
Audit export queued with an aex_ identifier
No response body.
RequestcURL
curl --request POST \
--url 'https://api.cinderlane.dev/v1/audit-exports'
--data '{
"format": "jsonl",
"from": "",
"to": ""
}'Response
Send a request to preview the response.
Was this page helpful?