List all indexed documentation and web sources for the authenticated user
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)
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