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

Parameters

ParameterDescription
LimitThe maximum number of reports 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": [
		{
			"endedAt": "2021-01-01T00:00:00Z",
			"errorMessage": "Datastore does not exist",
			"name": "My List of Identities Report",
			"requestedAt": "2021-01-01T00:00:00Z",
			"status": "COMPLETED",
			"type": "FILES",
			"uid": "bcdbc690-e6da-463f-b1ca-c54222b107a4"
		}
	],
	"total": 1
}

Workflow Library Example

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