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_idstringRequired

Embedded customer Account ID or External ID. External IDs must be prefixed with E and URL-encoded. For example, EA2300.

Headers

AuthorizationstringRequired

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

Query parameters

pageintegerOptional

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

per_pageintegerOptional

Page size. Defaults to 100. Maximum is 100.

Response

List of data tables retrieved successfully.
datalist of objects

Errors