refresh_connector
Pull the latest data from a connector's source REST API now and refresh its hosted Postgres table on Autario. Returns the new row count and the dataset_id you can then read with query_dataset / get_dataset_schema. Use when the user wants fresh data before analysis. The connector must already exist (the owner sets it up in the UI at autario.com/manage). Deterministic fetch, no LLM cost. Requires AUTARIO_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connector_id | Yes | The id of the connector instance to refresh (from list_connectors). |