File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
explore-analyze/query-filter/languages Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -64,22 +64,17 @@ POST /_query?format=txt
6464The URL parameter takes precedence over the HTTP headers. If neither is specified then the response is returned in the same format as the request.
6565::::
6666
67- ::::{tip}
68- In the "Tabular" formats, only the resulting data will be returned. Other response fields will be missing.
69- Use them when you want a quick view of the results.
70- ::::
71-
7267
7368| ` format ` | HTTP header | Description |
7469| --- | --- | --- |
75- | Structured |
70+ | Structured | | _ Complete response with metadata _ |
7671| ` json ` | ` application/json ` | [ JSON] ( https://www.json.org/ ) (JavaScript Object Notation) human-readable format |
7772| ` yaml ` | ` application/yaml ` | [ YAML] ( https://en.wikipedia.org/wiki/YAML ) (YAML Ain’t Markup Language) human-readable format |
78- | Tabular |
73+ | Tabular | | _ Query results only, no metadata _ |
7974| ` csv ` | ` text/csv ` | [ Comma-separated values] ( https://en.wikipedia.org/wiki/Comma-separated_values ) |
8075| ` tsv ` | ` text/tab-separated-values ` | [ Tab-separated values] ( https://en.wikipedia.org/wiki/Tab-separated_values ) |
8176| ` txt ` | ` text/plain ` | CLI-like representation |
82- | Binary |
77+ | Binary | | _ Compact binary encoding _ |
8378| ` cbor ` | ` application/cbor ` | [ Concise Binary Object Representation] ( https://cbor.io/ ) |
8479| ` smile ` | ` application/smile ` | [ Smile] ( https://en.wikipedia.org/wiki/Smile_(data_interchange_format) ) binary data format similarto CBOR |
8580| ` arrow ` | ` application/vnd.apache.arrow.stream ` | ** Experimental.** [ Apache Arrow] ( https://arrow.apache.org/ ) dataframes, [ IPC streaming format] ( https://arrow.apache.org/docs/format/Columnar.html#ipc-streaming-format ) |
You can’t perform that action at this time.
0 commit comments