cyera.read.datastore
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.datastore| Parameter | Description |
|---|---|
| Limit | The maximum number of datastore owners 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": [
{
"datastoreOwnerUid": "123e4567-e89b-12d3-a456-426614174000",
"datastoreUid": "123e4567-e89b-12d3-a456-426614174000",
"email": "john.doe@example.com",
"ownerType": "application-owner",
"source": "string"
}
],
"total": 1
}
Was this page helpful?