Trigger connector sync
Queues a new synchronization run for an investment_research or sharepoint connector. For investment_research, send a JSON body with date_limit (calendar date, YYYY-MM-DD) so the broker sync includes research from that date onward according to platform rules. For sharepoint, send an empty JSON body ({}). Only content not already ingested will be synced.
Documentation Index
Fetch the complete documentation index at: https://docs.bigdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
Path Parameters
UUID of the investment_research or sharepoint connector to resync.
"019a9612-bfad-758c-884e-37dd8c6ad2cb"
Body
Body for POST /contents/v1/connectors/{connector_id}/sync. For investment_research connectors, send date_limit. For sharepoint connectors, send an empty object ({}).
Calendar date (YYYY-MM-DD). Required for investment_research connectors; retriggers broker synchronization including research from this date forward per platform rules. Must be omitted for sharepoint connectors.
"2026-01-01"
Response
Sync request was accepted and queued for the connector.
Acknowledgement after a sync trigger is accepted.
Connector that was targeted.
"019a9612-bfad-758c-884e-37dd8c6ad2cb"
Processing state of the request (for example accepted when queued).
"accepted"
Echo of the requested date limit. Returned only for investment_research connectors.
"2026-01-01"