List Retrievers
Retrievers
List Retrievers
List all retrievers in the namespace.
POST
List Retrievers
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
1 <= x <= 1000Required range:
1 <= x <= 1000Required range:
0 <= x <= 10000Required range:
x >= 1Body
application/json
Request to list retrievers.
Search term for wildcard search across retriever_id, retriever_name, description, and other text fields
Filters applied directly to the query — any stored field works, e.g. {"collection_ids": {"$in": ["col_x"]}} to filter by collection, or {"retriever_name": "..."}.
Sort options for the retriever list
If True, filters and search will be case-sensitive

