List data tables in a customer workspace
Returns a list of all data tables in a customer’s workspace. The customer is identified by their embedded account ID or an external ID (prefixed with E
).
Path parameters
managed_user_id
Embedded customer Account ID or External ID. External IDs must be prefixed with E
and URL-encoded. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number of the data tables to fetch. Defaults to 1
.
per_page
Page size. Defaults to 100
. Maximum is 100
.
Response
List of data tables retrieved successfully.
data