Get Organization audit logs

Retrieve audit logs for an Organization. The response is returned as a gzipped NDJSON file.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

organizationIdstringRequired
The ID of the Organization to retrieve audit logs for.

Query Parameters

startDatestringOptionalformat: "date-time"
The start date of the logs.
endDatestringOptionalformat: "date-time"
The end date of the logs.

Response

OK