get_table_status
Retrieve per-table sync status for a Fivetran connection to debug large connectors, identify stale tables, and monitor data freshness.
Instructions
Get per-table sync status for a Fivetran connection.
Returns detailed status for each table including enabled/disabled state, sync configuration, and metadata from the most recent successful sync. Useful for debugging large connectors with many tables, identifying stale tables, and monitoring data freshness.
For connectors with many tables (e.g., Airtable with 20+ bases, or Postgres with 50+ tables), this provides visibility into which specific tables are configured and their sync settings.
Note: Table metadata (like destination names) is only available after at least one successful sync has completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | The unique identifier of the connection | |
| schema_filter | No | Optional schema name to filter tables (e.g., "public") | |
| enabled_only | No | If True, only return tables that are enabled for sync |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||