The ListTables API allows you to retrieve a list of all the tables in a workbook.
get/workbooks/{workbookId}/tables
Path parameters
workbookIdstring required
<p>The ID of the workbook whose tables are being retrieved.</p> <p> If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. </p>
Query parameters
maxResultsinteger
The maximum number of tables to return in each page of the results.
nextTokenstring
<p> This parameter is optional. If a nextToken is not specified, the API returns the first page of data. </p> <p> Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException. </p>
Response
Success