Data Sources
List data sources
List all data sources for an agent. This endpoint provides a unified view of all training data sources including websites, text, Q&A pairs, and uploaded files. It supports pagination and filtering to help manage large datasets efficiently.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Unique identifier of the agent
Example:
"clx1234567890abcdef"
Filter by source type to get specific data source types
Available options:
WEBSITE
, TEXT
, QA
, PDF
, DOCX
, IMAGE
, ALL
Example:
"ALL"
Page number for pagination (default: 1)
Required range:
x >= 1
Example:
1
Number of data sources per page (default: 10, max: 100)
Required range:
1 <= x <= 100
Example:
10
Response
200
application/json
Successfully retrieved data sources list
The response is of type object
.