List all indexed data sources for the authenticated user.
Supported source types:
documentation / web - Indexed websites and documentationresearch_paper - arXiv papershuggingface_dataset - HuggingFace datasetsUse the source_type query parameter to filter by type.
API key must be provided in the Authorization header
Optional substring filter (matches display_name/url/file_name)
Optional status filter (e.g. completed|indexing|failed)
Optional source type filter (e.g. web|documentation|research_paper|text)
Optional category filter. Use 'uncategorized' for sources without category
Max data sources to return (db-level pagination)
1 <= x <= 500Number of data sources to skip (db-level pagination)
x >= 0List of data sources retrieved successfully
Unique identifier for the data source
The indexed URL
File name for text sources
Current indexing status
pending, processing, completed, failed, error Number of pages indexed
Number of chunks/embeddings created
Associated project ID if any
web, documentation, research_paper, text Custom display name for the data source
arXiv identifier when source_type is research_paper
Research paper source provider (e.g. arxiv)
Optional lightweight metadata. For research_paper sources this may include title/authors/etc. For other source types this may be omitted.
Error message if status is 'error' or 'failed'
Error code for programmatic error handling
Optional category ID for organizing data sources