cURL
curl --request GET \ --url https://api.example.com/v1/voiceai/knowledge-base/{document_id}/rag-index \ --header 'x-api-key: <api-key>'
{ "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.
API key for programmatic access
Successful Response
Response model for listing all RAG indexes of a document
Show child attributes