cyera.read.report
External DocumentationTo learn more, visit the Cyera documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cyera.read.report| Parameter | Description |
|---|---|
| Limit | The maximum number of reports to retrieve in the result. Valid range is 1-100. |
| Offset | The pagination offset indicating the starting point for the next set of results. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"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
}
Was this page helpful?