Get vector store details
Vector Stores
Get vector store details
Retrieve detailed information about a specific vector store.
This endpoint returns the complete metadata for a vector store including:
- Vector store ID and name
- Associated project ID
- Engine type and configuration
- Creation timestamp
Returns:
- Complete vector store entity with all metadata
Example Response:
{
"id": "vs_123456789",
"project_id": "proj_987654321",
"name": "My Knowledge Base",
"engine": "sgp_knowledge_base",
"created_at": "2024-01-15T10:30:00Z"
}
GET
Get vector store details
Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Selected Account ID
Response
Vector store details retrieved successfully
ID of the entity
ID of the project
Name of the vector store
Engine used for vector store
Available options:
sgp_knowledge_base, sgp_vector_store When the vector store was created
Engine-specific external identifier used when calling the upstream API. For SGP Knowledge Base this equals the SGP KB UUID (same as id). For SGP Vector Store this is '<account_id>::'.

