QOMPLX TimeEngine HTTP API

TimeEngine (package name `mdtsdb`) is QOMPLX's multi-dimensional time-series database and analytics engine. It exposes an HTTP interface for event ingestion (`/api/v1/ingest`), query-language execution (`/api/v1/ql`), delayed/async result retrieval (`/api/v1/result`), key administration (`/api/v1/admin`) and a WebSocket streaming channel (`/api/v1/ws/{key}`). Requests are authenticated with an application or admin key plus an HMAC-SHA256 request signature, or with a Keycloak-issued OAuth 2.0 client-credentials bearer token. The surface documented here is derived from QOMPLX's own published client libraries; QOMPLX publishes no machine-readable specification for it.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/qomplx-timeengine"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: qomplx-timeengine
name: QOMPLX TimeEngine HTTP API
description: TimeEngine (package name `mdtsdb`) is QOMPLX's multi-dimensional time-series database and
  analytics engine. It exposes an HTTP interface for event ingestion (`/api/v1/ingest`), query-language
  execution (`/api/v1/ql`), delayed/async result retrieval (`/api/v1/result`), key administration (`/api/v1/admin`)
  and a WebSocket streaming channel (`/api/v1/ws/{key}`). Requests are authenticated with an application
  or admin key plus an HMAC-SHA256 request signature, or with a Keycloak-issued OAuth 2.0 client-credentials
  bearer token. The surface documented here is derived from QOMPLX's own published client libraries; QOMPLX
  publishes no machine-readable specification for it.
humanURL: https://github.com/QOMPLX-INC/te-python-client
baseURL: https://{host}:{port}/api/v1
tags:
- Time Series
- Analytics
- Data Platform
properties:
- type: SourceCode
  url: https://github.com/QOMPLX-INC/te-python-client
- type: Authentication
  url: authentication/qomplx-authentication.yml
- type: ErrorCatalog
  url: errors/qomplx-error-codes.yml
- type: Conventions
  url: conventions/qomplx-conventions.yml
- type: Lifecycle
  url: lifecycle/qomplx-lifecycle.yml
- type: RateLimits
  url: rate-limits/qomplx-rate-limits.yml