Manage Stores
Once you've created Stores, you can manage them using these core operations. All operations work with either the Store ID or the unique name you assigned.
Retrieve Store
Get details about a specific Store:
This returns a complete Store object with all properties including file counts, status, and usage statistics. For details on all returned fields, see Data Models.
Update Store
Modify an existing Store's configuration:
Updatable Properties:
- name: Change the unique identifier
- description: Update the description
- is_public: Change visibility (public/private)
- expires_after: Modify or remove expiration policy
List Stores
Get all Stores in your organization. The list operation uses cursor-based pagination:
Pagination Details: For complete information about cursor-based pagination including parameters, response format, and advanced usage patterns, see the Pagination Reference.
Delete Store
Permanently remove a Store and all its contents:
Important: Deletion is permanent and cannot be undone. All files, embeddings, and metadata are permanently removed.