Skip to main content
GET
List Datastores

Authorizations

Authorization
string
header
required

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

Query Parameters

agent_id
string<uuid>

ID of the agent used to filter datastores. If provided, only datastores linked to this agent will be returned.

limit
integer
default:1000

Maximum number of datastores to return

Required range: 1 <= x <= 1000
cursor
string

Cursor from the previous call to list datastores, used to retrieve the next set of results

Response

Successful Response

datastores
DatastoreOutputEntry · object[]
required

List of all datastores

next_cursor
string

Next cursor to continue pagination. Omitted if there are no more datastores to retrieve.