/dataspaces
Retrieve data sources from a Dataspace
GET
/v1
/dataspaces
A Dataspace is a structured knowledge container that powers a Zams Agent with context, memory, evaluation data and RAG-ready corpora. This endpoint returns a list of all connected data sources in the given Dataspace.
Header
Key
Value
Authorization
YOUR_API_KEY
Parameters
Key
Type
Description
dataspace_id
String
Target Dataspace ID
page_number
Integer
Default is 1
Request
Response
A list of connected data sources in the Dataspace, mapped to their associated details.
Last updated