Table
Metadata
List all versions of a table
List all versions (commits) of table id with their metadata.
Use descending=true to guarantee versions are returned in descending order (latest to oldest). Otherwise, the ordering is implementation-defined.
REST NAMESPACE ONLY REST namespace does not use a request body for this operation. The ListTableVersionsRequest information is passed in the following way:
- id: pass through path parameter of the same name
- page_token: pass through query parameter of the same name
- limit: pass through query parameter of the same name
- descending: pass through query parameter of the same name
post/v1/table/{id}/version/list
Response
List of table versions