cURL
curl --request GET \ --url https://api.example.com/v1/knowledge-base/{document_id}/rag-index
{ "indexes": [ { "id": "<string>", "status": "created", "progress_percentage": 50, "document_model_index_usage": { "used_bytes": 1 }, "model": "gemini-embedding-001" } ] }
Get all RAG indexes for a document (ElevenLabs-style).
Returns a list of all RAG indexes created for this document, ordered by creation date (newest first).
Each index has its own index_id, status, and storage metrics.
API key for authentication
Successful Response
Response model for listing all RAG indexes of a document
Show child attributes
created
processing
succeeded
failed
0 <= x <= 100
Model index usage (bytes used for embeddings)
x >= 0
"gemini-embedding-001"