List all event logs
Returns a list of event logs. The event logs are returned sorted by creation date in ascending order.
GET/v3/event-logs
JWT
eventLog:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| page | integer | query | The page number. |
| limit | integer | query | The number of records per page. Must be a number between 1 and 100. |
| sort | string | query | The sort string to sort the returned records e.g. "-createdAt" |
| 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