v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
metadata

Gets the latest available catalog version

Returns information about the latest version for the given catalog. If the catalog doesn't contain any versions a 404 will be returned.

get/versions/latest

Query parameters

startVersioninteger required

The catalog version returned from a prior request to /versions/latest. The version from each request should be saved so that it can be used in the startVersion parameter of subsequent requests. If there is no version from a prior request, set the parameter to -1.

billingTagstring

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Response

OK

versioninteger required

The version of the catalog metadata. It is incremented every time a catalog metadata is changed e.g. by publishing new partitions to durable layers.