/datastores
Get Datastore Metadata
Get the details of a given Datastore
, including its name, create time, and the list of Agents
which are currently configured to use the Datastore
.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the datastore for which to get details
Response
200
application/json
Successful Response
Name of the datastore
Timestamp of when the datastore was created
List of agents using this datastore
Datastore usages in the current billing period with limits
Was this page helpful?