Skip to main content
GET
/
datastores
List Datastores
curl --request GET \
  --url https://api.contextual.ai/v1/datastores \
  --header 'Authorization: Bearer <token>'
{
  "total_count": 123,
  "next_cursor": "<string>",
  "datastores": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "datastore_type": "<string>",
      "configuration": {},
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

agent_id
string<uuid>
limit
integer
default:1000
Required range: 1 <= x <= 1000
cursor
string

Response

total_count
integer
required
datastores
DatastoreOutputEntry · object[]
required
next_cursor
string