List all issues.

Parameters

ParameterDescription
Created DateIssue’s creation time (equals to, or later than).
Datastore UIDRelated Datastore UID.
LimitLimit the number of results. (1-100)
OffsetOffset within total existing results.
Return All PagesAutomatically fetch all resources, page by page.
SeverityIssue’s Severity.
StatusIssue Status.
Updated DateIssue’s last update time (equals to, or later than).

Example Output

{
	"uid": "<string>",
	"name": "<string>",
	"severity": "<string>",
	"createdDate": "2005-04-06T00:13:31.434Z",
	"updatedDate": "2004-03-08T11:53:12.442Z",
	"status": "<string>",
	"riskStatus": "<string>",
	"datastoreName": "<string>",
	"datastoreUid": "<string>",
	"provider": "<string>",
	"infrastructure": "<string>",
	"engine": "<string>",
	"regions": [],
	"risk": {
		"policyUid": "<string>",
		"riskType": "<string>",
		"useCases": [
			"<string>"
		],
		"frameworks": [
			"<string>",
			"<string>"
		],
		"description": "<string>"
	},
	"data": {
		"recordsAtRisk": 108,
		"objectsAtRisk": 4,
		"dataClassesUids": [
			"<string>",
			"<string>"
		]
	},
	"account": {
		"name": "<string>",
		"inPlatformIdentifier": "<string>"
	},
	"classificationGroups": [
		"<string>",
		"<string>"
	],
	"datastoreCloudProviderTags": [],
	"datastoreUserTags": [],
	"owner": "<string>",
	"remediationAdvice": "<string>"
}

Workflow Library Example

List Issues with Cyera and Send Results Via Email

Preview this Workflow on desktop