v5
latestOpenAPI 3.1.02026-08-04166362486.5 KBstores
Get a store
Get a store by ID or name.
Args: store_identifier: The ID or name of the store to retrieve.
Returns: Store: The response containing the store details.
get/v1/stores/{store_identifier}
Path parameters
The ID or name of the store
Response
The details of the store
Example response
{
"id": "1b8b486e-16d0-400b-8868-04cd75217a7e",
"name": "customer-support-kb",
"description": "Contains customer support articles and FAQs",
"metadata": {
"category": "support",
"language": "en"
},
"file_counts": {
"pending": 5,
"in_progress": 5,
"cancelled": 2,
"completed": 42,
"failed": 1,
"total": 50
},
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z",
"usage_bytes": 1024000,
"usage_tokens": 1024000,
"expires_at": "2024-01-01T00:00:00Z"
}