Skip to main content
POST
/
projects
/
{project_id}
/
queryscript
/
export
Export QueryScript results as a zstd-compressed Arrow IPC stream
curl --request POST \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/queryscript/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'ORG-ID: <api-key>' \
  --data '{}'
"<string>"

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

project_id
string<uuid>
required

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.