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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the agent
"clx1234567890abcdef"
Filter by source type to get specific data source types
WEBSITE
, TEXT
, QA
, PDF
, DOCX
, IMAGE
, ALL
"ALL"
Page number for pagination (default: 1)
x >= 1
1
Number of data sources per page (default: 10, max: 100)
1 <= x <= 100
10
Successfully retrieved data sources list
The response is of type object
.