Export audit logs
Exports audit logs in the csv format.
GET/v3/audit-logs/export
JWT
auditLog:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| resourceId | object | query | Unique identifier for the resource. |
| resource | object | query | Name for the resource. |
| action | object | query | Name of the action. |
| actorId | object | query | Unique identifier of the actor who performed the action. |
| actorEmail | object | query | Email address of the actor who performed the action. |
| search | string | query | Search string. |
| id | object | query | ID of the resource. |
| createdAt | object | query | Date of creation |
Responses
200
401
403
429
500