List Datastores
Retrieve a list of Datastores
.
Performs cursor
-based pagination if the number of Datastores
exceeds the requested limit
. The returned cursor
can be passed to the next GET /datastores
call to retrieve the next set of Datastores
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
ID of the agent used to filter datastores. If provided, only datastores linked to this agent will be returned.
Maximum number of datastores to return
1 <= x <= 1000
Cursor from the previous call to list datastores, used to retrieve the next set of results
Response
Total number of available datastores
List of all datastores
Datastore output entry with additional fields for public API.
Next cursor to continue pagination. Omitted if there are no more datastores to retrieve.
Was this page helpful?