Collections
Organization API key for authentication
Number of collections to skip for pagination
0Maximum number of collections to return (1-1000)
100Search term to filter by name or readable_id
Successful Response
Validation Error
Organization API key for authentication
Schema for creating a new collection.
Collections serve as logical containers for organizing related data sources. Once created, you can add source connections to populate the collection with data from various sources like databases, APIs, and file systems.
Human-readable display name for the collection. This appears in the UI and should clearly describe the data contained within (e.g., 'Finance Data').
Finance DataOptional description of the collection to provide additional context.
Quarterly financial reports and analyticsOptional color for the collection (hex code, CSS color name, or RGB).
#3b82f6Optional icon name or identifier for the collection.
chart-lineURL-safe unique identifier used in API endpoints. Must contain only lowercase letters, numbers, and hyphens. If not provided, it will be automatically generated from the collection name with a random suffix for uniqueness (e.g., 'finance-data-ab123').
finance-data-ab123^[a-z0-9]+(-[a-z0-9]+)*$Successful Response
Validation Error
Organization API key for authentication
The unique readable identifier of the collection (e.g., 'finance-data-ab123')
Successful Response
Validation Error
Organization API key for authentication
The unique readable identifier of the collection to delete
Successful Response
Validation Error
Organization API key for authentication
The unique readable identifier of the collection to refresh
Successful Response
Validation Error
Organization API key for authentication
The unique readable identifier of the collection to search
The search query text to find relevant documents and data
Format of the response: 'raw' returns search results, 'completion' returns AI-generated answers
rawPossible values: Maximum number of results to return
100Number of results to skip for pagination
0How much to weigh recency vs similarity (0..1)
Successful Response
Validation Error
Organization API key for authentication
The unique readable identifier of the collection
Successful Response
Validation Error
Last updated
