Namespace
Table
Metadata
List tables in a namespace
List all child table names of the parent namespace id.
REST NAMESPACE ONLY REST namespace uses GET to perform this operation without a request body. It passes in the ListTablesRequest information 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
- include_declared: pass through query parameter of the same name
get/v1/namespace/{id}/table/list
Response
A list of tables