Skip to main content
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

Authorization
string
header
required

A cb_live_ API token, created in the panel under API Tokens.

Query Parameters

project_id
string | null

List sources in this project. Omit for the default project.

limit
integer
default:100

Maximum sources per page.

Required range: 1 <= x <= 200
cursor
string | null

Opaque cursor from a previous page's next_cursor.

Response

Successful Response

A page of data sources.

data
SourceOut · object[]
required

The sources on this page.

next_cursor
string | null
required

Pass as cursor to fetch the next page; null on the last page.