v1

latestOpenAPI 3.1.0Proprietary2026-07-262570100.1 KB
connectors

Configure connector resources

Save the selected resources for a connector and trigger initial sync/backfill.

post/connectors/{id}/configure

Path parameters

idstring required
Example:HydraDoc1234

Connector ID

Request body

backfill_chunk_interval_secondsinteger

Internal interval for async backfill paging.

lookback_daysinteger

How far back the first sync fetches historical data. Only applies to the initial sync — subsequent syncs are incremental from the last cursor.

Example request

{
  "backfill_chunk_interval_seconds": 86400,
  "lookback_days": 30,
  "resources": [
    {
      "additional_metadata": {
        "author": "ada",
        "doc_version": 3
      },
      "collection": "team_docs",
      "database": "acme_corp",
      "metadata": {
        "department": "finance",
        "priority": 7
      },
      "name": "general",
      "resource_id": "C0123456789",
      "resource_type": "channel"
    }
  ]
}

Response

OK

object required