Observability & data
Export QueryScript results as a zstd-compressed Arrow IPC stream
Executes 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.
POST
Export QueryScript results as a zstd-compressed Arrow IPC stream
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
Compressed Arrow IPC stream (chunked HTTP)
The response is of type file.
Export QueryScript results as a zstd-compressed Arrow IPC stream