Losant · Capability

Data Telemetry

Data Telemetry is a Naftiko capability published by Losant, one of 22 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

data-telemetry.yaml Raw ↑
name: Query Time-Series Telemetry
description: Run last-value, time-series, attribute, and historical-summary queries
  across device fleets.
provider: losant
api: data
operations:
- path: /applications/{applicationId}/data/last-value-query
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /applications/{applicationId}/data/time-series-query
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
auth: BearerAuth (Losant JWT)
inputs:
- applicationId
- deviceId or flowId where applicable
outputs:
- Losant resource JSON per OpenAPI schemas