Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the source
Query Parameters
Designates which page of results to return. Always starts at 1. If 0 is specified, it defaults to 1.
Determines the number of results on each page. It can't exceed 100.
x <= 100Organizes the results based on their creation time, either ascending or descending.
asc, desc Search term to filter tables. Performs case-insensitive substring matching on table name, schema, and catalog.
Example: customer will match tables named "customers", "customer_orders", or in schema "customer_analytics"
"customer"
Sort order for results. Format: field:direction where direction is asc or desc.
Supported fields: table_name, table_schema, table_catalog.
"table_schema:desc,table_name:asc"
Response
Successfully retrieved the list of tables.
A successfully fetched list of results.
The outcome of the request
success "success"
An object to help you navigate the list of results.
The list of results. List of tables and views available in the source
Timestamp of when the tables were last refreshed from the source
"2025-10-30T21:38:51.424Z"