Skip to main content
Retrieve a list of events. Required Permission:
  • cyera.read.event
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
Datastore UIDsA comma-separated list of datastore UIDs to filter events by.
Event CategoriesRetrieve events belonging to the selected categories.
Event Date AfterRetrieve events which occurred on or after the specified timestamp.
Event Date BeforeRetrieve events which occurred on or before the specified timestamp.
Event TypesA comma-separated list of event types to filter events by.
Issue UIDsA comma-separated list of issue UIDs to filter events by. Can be obtained using the List Issues action.
LimitThe maximum number of events to retrieve in the result. Valid range is 1-100.
OffsetThe pagination offset indicating the starting point for the next set of results.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"limit": 10,
	"offset": 0,
	"results": [
		{
			"account": {
				"name": "string",
				"platform": "string",
				"uid": "string"
			},
			"affectedDataClassAppearances": {
				"dataClass": {
					"classificationName": "string",
					"uid": "string"
				},
				"recordsCount": 0
			},
			"affectedObjectsCount": 0,
			"affectedObjectsDiff": 0,
			"affectedRecordsDiff": 0,
			"automaticScanning": {},
			"changedClassificationUid": {},
			"classificationName": "string",
			"classifications": [
				{
					"classificationName": "string",
					"uid": "string"
				}
			],
			"cloudProvider": "string",
			"datastore": {
				"dataOwner": {},
				"infrastructure": "string",
				"name": {},
				"recordsAtHighRisk": 0,
				"uid": "string",
				"userTags": {},
				"vpcId": {}
			},
			"datastoreUserTags": [
				"string"
			],
			"date": "date-time",
			"deploymentName": "string",
			"domainName": "string",
			"endState": "string",
			"expectedM365SensitivityLabelAssignmentsCount": 0,
			"failedM365SensitivityLabelAssignmentsCount": 0,
			"frequency": "string",
			"inPlatformIdentifier": "string",
			"isDomainTrusted": false,
			"isReportDeleted": false,
			"isReportExpired": false,
			"issue": {
				"policy": {
					"name": "string",
					"uid": "string",
					"useCases": [
						"string"
					]
				},
				"resolution": "string",
				"resolutionNote": "string",
				"riskStatus": "string",
				"uid": "string"
			},
			"issueName": "string",
			"issueUid": "string",
			"issues": [
				{
					"policy": {
						"name": "string",
						"uid": "string",
						"useCases": [
							"string"
						]
					},
					"resolution": "string",
					"resolutionNote": "string",
					"riskStatus": "string",
					"uid": "string"
				}
			],
			"m365AssignedSensitivityLabelName": "string",
			"originalSensitivity": "string",
			"originalSensitivityDisplayName": "string",
			"policy": {
				"name": "string",
				"uid": "string",
				"useCases": [
					"string"
				]
			},
			"projectName": "string",
			"projectUid": "string",
			"recipients": [
				"string"
			],
			"reportFileName": "string",
			"reportInstanceUid": "string",
			"reportJobUid": "string",
			"reportName": "string",
			"reportType": "string",
			"sku": "string",
			"sourceClassifications": [
				{
					"classificationName": "string",
					"uid": "string"
				}
			],
			"stateDetails": {},
			"subscriptionUid": "string",
			"successfulM365SensitivityLabelAssignmentsCount": 0,
			"targetClassifications": [
				{
					"classificationName": "string",
					"uid": "string"
				}
			],
			"targetSensitivity": "string",
			"targetSensitivityDisplayName": "string",
			"triggerReason": {},
			"type": "string",
			"uid": "string",
			"user": "string",
			"vendorLink": "string",
			"vendorStatus": "string",
			"vendorTicketId": "string"
		}
	],
	"total": 1
}

Workflow Library Example

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