v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-1340148239.5 KB
/datastores

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.

get/datastores

Query parameters

agent_idstring uuid

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

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

limitinteger

Maximum number of datastores to return

Maximum number of datastores to return

cursorstring

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

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

Response

Successful Response

total_countinteger required

Total number of available datastores

next_cursorstring

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

All 40 operations