Skip to main content
List all issues.

Basic Parameters

ParameterDescription
Created DateThe date and time when the issue was created.
LimitThe maximum number of issues to return in the result. Valid range is 1-100.
OffsetThe pagination offset indicating the starting point for the next set of results.
ProviderFilter issues by their provider.
Return All PagesAutomatically fetch all resources, page by page.
SeverityFilter issues by their severity.
StatusFilter issues by their status.
UIDsA comma-separated list of the issue UIDs to retrieve.
Updated DateThe date and time when the issue was last updated.

Advanced Parameters

ParameterDescription
Datastore UIDsA comma-separated list of datastore UIDs to filter the results by.
Policy UIDFilter issues by their policy UID.

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
Workflow LibraryPreview this Workflow on desktop
I