get http://<host>:9100/api/versioned/v1/datasets//records
Stream the contents of a dataset as JSON or Avro records.
Records can be streamed as JSON or Avro, depending on which is specified in the Accept
header field.
A successful call returns a stream of newline-separated JSON or Avro documents (one per record in the specified dataset). The primary key field(s) is(are) of type String
, while all remaining fields are of type array[String]
. Note that if this call is made in Swagger directly, you will receive "no content" in the Response Body. This call must be made through cURL
or the API clients.
API Properties
Request Type: Synchronous
Processing Type: Streaming