curl --request GET \
--url https://documents.absconsulting.com/v1/vector_stores/{vector_store_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"name": "<string>",
"created_at": 123,
"expires_at": 123,
"metadata": {}
}Retrieve a vector store.
This endpoint has a rate limit of 120 requests per user per minute.
curl --request GET \
--url https://documents.absconsulting.com/v1/vector_stores/{vector_store_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"name": "<string>",
"created_at": 123,
"expires_at": 123,
"metadata": {}
}Bearer token for authentication
The ID of the vector store.
Successful Response
The ID of the vector store.
The type of object.
The name of the vector store.
The timestamp when the vector store was created.
The timestamp when the vector store will expire.
The metadata of the vector store.
Show child attributes
Was this page helpful?