Observability & data
Execute QueryScript against project TSDB data
POST
Execute QueryScript against project TSDB data
Documentation Index
Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
QueryScript v2 JSON/YAML body. Kept intentionally loose while compiler contract stabilizes.
Response
Query executed
Previous
Export QueryScript results as a zstd-compressed Arrow IPC streamExecutes QueryScript with no row cap and streams the full result until the TSDB cursor is exhausted.
The response uses `application/vnd.apache.arrow.stream` with `Content-Encoding: zstd`. Many clients
(curl, wget, typical Go/Java/TypeScript HTTP stacks) return compressed bytes; decompress before parsing Arrow IPC.
Next
Execute QueryScript against project TSDB data