Skip to main content
GET
Get Datastore Metadata

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

datastore_id
string<uuid>
required

ID of the datastore for which to get details

Response

Successful Response

name
string
required

Name of the datastore

created_at
string<date-time>
required

Timestamp of when the datastore was created

agent_ids
string<uuid>[]
required

List of agents using this datastore

configuration
UnstructuredDatastoreConfigModel · object | null

Configuration for unstructured datastores.

datastore_type
string
default:UNSTRUCTURED

Type of the datastore

Allowed value: "UNSTRUCTURED"
datastore_usages
Datastore Usages · object

Datastore usage