This endpoint returns the paginated list of columns for a table identified by catalog, schema, and table name.
Cached columns will be returned if they exist, along with the timestamp of when they were last refreshed from the source.
Columns can be refreshed from the source using the refresh_columns endpoint.
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
ID of the source
The catalog name of the table (e.g., database name in some systems).
The schema name of the table.
The table name.
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 Successfully retrieved the list of columns.
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 columns in the table
Timestamp of when the columns were last refreshed from the source table
"2025-10-30T21:38:51.424Z"