cURL
curl --request GET \ --url https://{api_endpoint}/api/v1/vector-indices/{index_id} \ --header 'Authorization: Bearer <token>'
{ "embeddings_model_name": "<string>", "chunk_size": 123, "chunk_overlap": 123, "status": "not_ready", "status_msg": "<string>", "top_k": 10, "extraction_strategy": "standard" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
ready
not_ready
rebuilding
error
update_pending
express
standard
high_quality