Audit Logs
Export
Get all audit logs for an organization
GET
/
api
/
v1
/
organization
/
audit-logs
Query Parameters
Optionally filter logs by project ID. If not provided, logs from the entire organization will be returned.
Available options:
platform
, user
, service
, identity
, machine
, scimClient
Choose which consuming application to export audit logs for.
Available options:
web
, cli
, k8-operator
, terraform
, other
, InfisicalPythonSDK
, InfisicalNodeSDK
Filter by event metadata key-value pairs. Formatted as key1=value1,key2=value2
, with comma-separation.
The date to start the export from.
The date to end the export at.
The offset to start from. If you enter 10, it will start from the 10th audit log.
The number of audit logs to return.
The actor to filter the audit logs by.
Response
200 - application/json