odf-query

Get a sample of latest events

get/{dataset_name}/tail

Path parameters

account_namestring required

Name of the account

dataset_namestring required

Name of the dataset

Query parameters

skipinteger

Number of leading records to skip when returning result (used for pagination)

limitinteger

Maximum number of records to return (used for pagination)

dataFormat'JsonAoS' | 'JsonSoA' | 'JsonAoA'

How the output data should be encoded

schemaFormat'ArrowJson' | 'OdfJson' | 'OdfYaml' | 'Parquet' | 'ParquetJson' required

How to encode the schema of the result

Response

dataobject required

Resulting data

dataFormat'JsonAoS' | 'JsonSoA' | 'JsonAoA' required
schemaSchema
schemaFormat'ArrowJson' | 'OdfJson' | 'OdfYaml' | 'Parquet' | 'ParquetJson'

Changes

Changed in 2 of the 53 revisions of this API.224

    • added the new OdfJson enum value to the schemaFormat response property for the response status 200

      response-property-enum-value-added

    • added the new OdfYaml enum value to the schemaFormat response property for the response status 200

      response-property-enum-value-added

    • added the new enum value OdfJson to the query request parameter schemaFormat

      request-parameter-enum-value-added

    • added the new enum value OdfYaml to the query request parameter schemaFormat

      request-parameter-enum-value-added

  • 9aea0047e18e22See the full diff
    • removed the enum value OdfJson from the query request parameter schemaFormat

      request-parameter-enum-value-removed

    • removed the enum value OdfYaml from the query request parameter schemaFormat

      request-parameter-enum-value-removed

    • removed the OdfJson enum value from the schemaFormat response property for the response status 200

      response-property-enum-value-removed

    • removed the OdfYaml enum value from the schemaFormat response property for the response status 200

      response-property-enum-value-removed

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog