List root tables owned by the user and other users in organization, if any.
Root tables are those that don’t have any parent tables. Use view=minimal for fast dropdown selectors (single query, no relationships).
view (optional): response detail level; defaults to full (full or minimal).kind (optional): filter by table kind (generic, company, people).scope (optional): filter by ownership (personal, organization).offset (optional): pagination offset.limit (optional): page size.401 UnauthorizedAuthorization: Bearer ${EXTRUCT_API_TOKEN}.
422 Unprocessable Entityview, kind, or scope.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response view: full or minimal
full, minimal Filter by table kind
generic, company, people Filter by ownership: personal or organization
personal, organization Successful Response
Minimal table info for dropdowns/selectors. Single query, no relationships.
generic, company, people Ownership scope for filtering resources
personal, organization