the native ID in the underlying index













Beta Rag Search Indexes Endpoints
Register (or re-register) a search index
PUT /v1/rag/indexes
Playground
Test the endpoints live
Get Index Summaries
GET /v1/rag/indexes/summary
Fetch summary view of all indexes available to a user
Playground
Test the endpoints live
Unregister Search Index
DELETE /v1/rag/indexes/index/{index_id}
Delete all information about an index
Playground
Test the endpoints live
Update Index Metrics
PUT /v1/rag/indexes/index/{index_id}/metrics
Update the metrics for a given index
Playground
Test the endpoints live
Get Index Details
GET /v1/rag/indexes/index/{index_id}/detail
Get a detailed view of the stored data for a single index
Playground
Test the endpoints live
Set Index Summary
PUT /v1/rag/indexes/index/{index_id}/summary_field
Update the summary field for an index
Playground
Test the endpoints live
Get Index Schema Detail
GET /v1/rag/indexes/index/{index_id}/schemas/schema/{schema_id}/detail
Get a detailed view of the stored information for a schema
Playground
Test the endpoints live
Set Schema Summary
PUT /v1/rag/indexes/index/{index_id}/schemas/schema/{schema_id}/summary_field
Update the summary field for an index
Playground
Test the endpoints live
Get Index Schema File
GET /v1/rag/indexes/index/{index_id}/schemas/schema/{schema_id}/file
Playground
Test the endpoints live
Document Lookup
GET /v1/rag/indexes/index/{index_id}/schemas/schema/{schema_id}/retrievables/retrievable/{document_id}
Fetch stored information about a retrievable element stored in an index
Playground
Test the endpoints live
Document Fetch
GET /v1/rag/indexes/index/{index_id}/schemas/schema/{schema_id}/retrievables
Fetch a few stored retrievable elements from the index/schema
Playground
Test the endpoints live











