List data sources
Endpoints
List data sources
Lists the data sources the agent can reach in a project (the default
project unless project_id is given). Use the returned id values as
source_ids in a chat completion to scope a request to a subset. Requires
the sources_read permission.
GET
List data sources
Returns the queryable data sources connected to a project — databases,
REST/GraphQL APIs, SaaS connectors, and on-prem CoreMCP sources. Use the
id
values to scope a chat request via source_ids. Project ids come from
List projects.
Scope a chat request
Authorizations
A cb_live_ API token, created in the panel under API Tokens.
Query Parameters
List sources in this project. Omit for the default project.
Maximum sources per page.
Required range:
1 <= x <= 200Opaque cursor from a previous page's next_cursor.