Skip to main content
List all policies. Required Permission:
  • cyera.read.policy
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
LimitThe maximum number of policies to retrieve in the result. Valid range is 1-100.
NameA name of a policy to filter by.
OffsetThe pagination offset indicating the starting point for the next set of results.
Return All PagesAutomatically fetch all resources, page by page.
SeverityThe policy severity to filter by.
StatusThe policy status to filter by.

Example Output

{
	"limit": 10,
	"offset": 0,
	"results": [
		{
			"name": "Data Protection Policy",
			"severity": "High",
			"status": "enabled",
			"uid": "02e98ba7-92d8-4107-b7bf-13fc301aa874"
		}
	],
	"total": 1
}

Workflow Library Example

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