Create Connector Sync
Create a connector sync configuration.
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Body
Destination table inside the KB. Must not pre-exist: the first run creates it, later runs append.
Seconds between run starts. The scheduler ticks every 30s, so smaller values effectively mean "every tick".
Target KB (numeric id, same as the /k2 routes).
The source half of a dispatch, tagged by kind. Each variant maps to a
SourceSpec and gates on the connector advertising the matching
source:<kind> capability. Request shape:
"source": { "kind": "sql_server", "connection_ref": "...", "table": "...", "cursor_column": "..." }.
- Option 1
- Option 2
Operator label.
Response
Sync created