External DocumentationTo learn more, visit the Opal Security documentation.
Actions
List Events
Retrieve a list of events.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| API Token | The API token to filter by. Note: You must supply both the name and the preview of the API token. |
| Actor | The actor ID to filter by. |
| Cursor | A pagination token used to specify the next page of results. Can be obtained from the next property from a previous response. |
| End Date | The end of the time range to filter results by. |
| Event Type | The Event Type to filter by.For example: USER_MFA_RESET or USERS_CREATED. |
| Object ID | The object ID to filter by. |
| Page Size | The maximum number of results to return per page. Maximum value is 1000. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Start Date | The start of the time range to filter results by. |
{
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
"results": [
{
"event_id": "29827fb8-f2dd-4e80-9576-28e31e9934ac",
"actor_user_id": "1b978423-db0a-4037-a4cf-f79c60cb67b3",
"created_at": "2022-01-23T04:56:07.000Z",
"event_type": "USERS_CREATED"
},
{
"event_id": "7646aa9a-e2ee-4eb5-8c62-91f29038a373",
"actor_user_id": "1b978423-db0a-4037-a4cf-f79c60cb67b3",
"created_at": "2022-02-03T12:33:02.000Z",
"event_type": "USER_TEAM_UPDATED"
}
]
}
Was this page helpful?