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 >= 11
Number of data sources per page (default: 10, max: 100)
1 <= x <= 10010