Tellius · AsyncAPI Specification
Tellius Search and Job Notification WebSocket API
Version 6.3
Tellius' Search surface is not REST. Clients open a WebSocket, then exchange request and response messages that are correlated by a caller-generated `corrId`. The same channel delivers asynchronous job notifications, which is how a client learns whether an Insight was actually built — the HTTP acknowledgement does not say. Derived from Tellius documentation by API Evangelist; not published by Tellius.
View Spec
View on GitHub
CompanyAnalyticsBusiness IntelligenceAgentic AnalyticsDecision IntelligenceArtificial IntelligenceMachine-LearningDataEmbedded AnalyticsMCPNatural Language QueryPharmaceuticalsConsumer Packaged GoodsFinancial PlanningAsyncAPIWebhooksEvents
Channels
search
The Search query channel. Address is not stated in the docs and is recorded as a placeholder; the message shapes below are documented verbatim.
notifications
Asynchronous job completion notifications for Insight, data and ML jobs. Address is not stated in the docs and is recorded as a placeholder.
Messages
Heartbeat
Heartbeat
Connection keep-alive / connection test.
ViewHistoryRequest
ViewHistoryRequest
Retrieve previously typed queries matching a partial string.
ViewHistoryResponse
ViewHistoryResponse
ViewSuggestionsRequest
ViewSuggestionsRequest
Retrieve NLP token suggestions for a partial term against a Business View.
ViewSuggestionsResponse
ViewSuggestionsResponse
QueryRequest
QueryRequest
One message shape serves both validation and execution. With enterKeyPress=false the query is validated and tokenized only; with performQuery, enterKeyPress and createViz all true it is executed and a visualization is created. This is Tellius' only rehearsal primitive.
JobNotification
JobNotification
Asynchronous job outcome. status is SUCCESS or FAILURE.
Servers
wss
deployment
Each Tellius customer runs its own deployment; there is no shared public host.
AsyncAPI Specification
Work with this as data
Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.