You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`query`| Yes | URL encoded query text. It can be multi-line. |
596
-
|`limit`| No | Paging opp parameter. For example, `limit=10,20` will return row numbers 10 through to 20 inclusive and `limit=20` will return first 20 rows, which is equivalent to `limit=0,20`. `limit=-20` will return the last 20 rows. |
597
-
|`nm`| No |`true` or `false`. Skips the metadata section of the response when set to `true`. |
598
-
|`fmt`| No | Export format. Valid values: `parquet`. When set to `parquet`, exports data in Parquet format instead of CSV.|
|`query`| Yes | URL encoded query text. It can be multi-line. |
596
+
|`limit`| No | Paging opp parameter. For example, `limit=10,20` will return row numbers 10 through to 20 inclusive and `limit=20` will return first 20 rows, which is equivalent to `limit=0,20`. `limit=-20` will return the last 20 rows. |
597
+
|`nm`| No |`true` or `false`. Skips the metadata section of the response when set to `true`. |
598
+
|`fmt`| No | Export format. Valid values: `parquet`, `csv`. When set to `parquet`, exports data in Parquet format instead of CSV. |
599
599
600
600
#### Parquet Export Parameters
601
601
602
602
When `fmt=parquet`, the following additional parameters are supported:
0 commit comments