Hanzo
OpenapiO11y

Export raw telemetry rows as a file

Runs a query and returns its rows as a downloadable CSV or JSONL attachment, chunked, with a trailer that says whether the export completed — so a…

POST /v1/o11y/export_raw_data

Addresshttps://api.hanzo.ai/v1/o11y/export_raw_data
MethodPOST
Operationpost_o11y_export_raw_data
AuthAuthorization: Bearer $HANZO_API_KEY

Runs a query and returns its rows as a downloadable CSV or JSONL attachment, chunked, with a trailer that says whether the export completed — so a truncated download is detectable rather than silently short.

The answer is a file, not a value, which is why it is not a typed operation: the body is neither JSON nor bounded. Use the query operations when you want rows in a response.

A validated, org-scoped principal is required and the export carries that principal's own tenant only.

Request

The document declares no body for POST /v1/o11y/export_raw_data. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_o11y_export_raw_data, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo o11y export_raw_data

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page