Export event logs
Exports event logs in the csv format.
GET/v3/event-logs/export
JWT
eventLog: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. |
| userId | object | query | Unique identifier for the user. |
| user.email | object | query | Email address of the user. |
| 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