List data tables

Returns a list of all data tables in your workspace.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageintegerRequired

Page number of the data tables to fetch. Defaults to 1.

per_pageintegerRequired

Page size. Defaults to 100. Maximum is 100.

Response

Successful response with a list of data tables.
datalist of objects or null

Errors