Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Parameters

ParameterDescription
API TokenThe API token to filter by.

Note: You must supply both the name and the preview of the API token.
ActorThe actor ID to filter by.
CursorA pagination token used to specify the next page of results. Can be obtained from the next property from a previous response.
End DateThe end of the time range to filter results by.
Event TypeThe Event Type to filter by.

For example: USER_MFA_RESET or USERS_CREATED.
Object IDThe object ID to filter by.
Page SizeThe maximum number of results to return per page. Maximum value is 1000.
Return All PagesAutomatically fetch all resources, page by page.
Start DateThe start of the time range to filter results by.

Example Output

{
	"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"
		}
	]
}

Workflow Library Example

List Events with Opal Security and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop