Skip to main content
GET
List sources

Authorizations

Authorization
string
header
required

API key from your account settings

Path Parameters

agentId
string
required

The agent ID

Minimum string length: 1
Example:

"5QHA6VB-DIAbBhxwqxfdi"

Query Parameters

cursor
string

Opaque cursor from a previous response to fetch the next page

Example:

"eyJ0IjoiMjAyNC0wMS0xNVQxMDozMDowMC4wMDBaIiwiaWQiOiJhYmMxMjMifQ=="

limit
integer
default:20

Number of items per page (1–100, default 20)

Required range: 1 <= x <= 100
Example:

20

type
string

Comma-separated source types to filter by. Allowed values: link, file, qna, notionPage, text

Example:

"file,qna"

name
string

Partial (case-insensitive) name match

Example:

"handbook"

Response

Paginated list of sources

data
object[]
required
pagination
object
required