Returns information about layer versions for the catalog version. It will return an error if the catalog does not have any versions or if the version passed in the query parameter does not exist. If a layer does not have any data for the requested version it is excluded from the response.
Gets the metadata for all partitions in a specific layer.
Returns information about the latest version for the given catalog. If the catalog doesn't contain any versions a 404 will be returned.
Returns information about specific catalog version(s). If the catalog doesn't contain any versions 404 will be returned. Maximum number of versions to be returned per call is 1000 versions. If requested range is bigger than 1000 versions 400 Bad Request will be returned
Returns minimum version for the given catalog. If the catalog doesn't contain any versions 404 will be returned.
Generated using TypeDoc
Gets the latest partition metadata in a version range for a versioned layer or a time range for a volatile layer. For versioned layers the range is expressed as a start and end version and might not return all changes for the partitions which were added and removed in between the specified start and end versions.
Gets changes for the version range.