Sagecontinuum: Query Data
Sagecontinuum via Parse · Other
Raw query to the Sage time-series data API. Accepts a JSON query with start time, filters, and optional tail parameter. Returns NDJSON-parsed measurement records with timestamp, name, value, and meta fields. Access data from the Sage Continuum scientific edge computing platform, including node information, sensors, compute hardware, app execution history, sensor catalog, app catalog, jobs, and raw time-series data queries. Fulfilled by Parse from portal.sagecontinuum.org.
- developer-tools
- maps-geo
- other
- parse
- platform-key
- portal-sagecontinuum-org
- sagecontinuum
- weather
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/74e0a5c8-c11c-4f26-8425-b22641d3ad19/query_data
- Interface artifact
- sha256:d8f45d9ee69ac992797346b733e40acd32c6c4adb679d26eee1b214fcdbe8f37
- Manifest digest
- sha256:4d296a1902b9c1e4fa4ce5a9e25aaf9dc6b6f9c318e53f25e3396f4eb6c20990
Request fields
- QUERY_JSON (string, required): JSON string with query parameters. Required key: 'start' (relative time like '-1h' or '-1d'). Optional keys: 'filter' (object with field filters like 'vsn', 'name'), 'tail' (integer, max records to return). Example: {"start":"-1h","filter":{"vsn":"W0B8","name":"env.temperature"},"tail":10}
Example queries
- {"QUERY_JSON":"{\"start\":\"-1h\",\"filter\":{\"name\":\"sys.uptime\"},\"tail\":5}"}