Gets all data sources (repositories and workspaces) regardless of their state.
This endpoint is primarily intended for administrative use cases where all data sources
need to be accessed regardless of their processing status. (Auth policies: ApiKeyOrJwt)
DataSource
Gets all data sources (repositories and workspaces) regardless of their state. This endpoint is primarily intended for administrative use cases where all data sources need to be accessed regardless of their processing status. (Auth policies: ApiKeyOrJwt)
GET
Gets all data sources (repositories and workspaces) regardless of their state.
This endpoint is primarily intended for administrative use cases where all data sources
need to be accessed regardless of their processing status. (Auth policies: ApiKeyOrJwt)
Authorizations
API Key authentication using Bearer token. Example: "Authorization: Bearer {apiKey}"
Headers
Query Parameters
Optional filter by data source type
Available options:
Repository, Workspace Optional user-intent query. When supplied, an agentic relevance filter narrows the list to
the relevant subset, each annotated with a relevanceReason. Empty/absent leaves the
listing unchanged (no LLM call). Ignored for public-chat API keys (world-visible
credentials never trigger LLM calls). Filter failures degrade to the full list (never 5xx).