Skip to main content
Retrieve a report by its ID. Required Permission:
  • cyera.read.report
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
Report UIDThe UID of the report to retrieve.

Example Output

{
	"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"
}

Workflow Library Example

Get Report with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop