Sync states
List all syncs (environment-wide)
Response
array
Array of sync objects.
string
Unique sync identifier.
string
The data source this sync belongs to.
string
One of
pending, running, completed, failed.string
ISO 8601 timestamp when the sync started (null if pending).
string
ISO 8601 timestamp when the sync finished (null if not terminal).
integer
Current page number.
integer
Items per page.
List syncs for a data source
Errors
Production recommendations
- Review the environment-wide sync view on a schedule so stale or failing sources don’t go unnoticed.
- Set each source’s sync cadence to match how often the underlying data changes.
- Treat repeated
failedsyncs as an alert; pause and reconfigure the source rather than letting it retry indefinitely.
Rate limits
10,000 requests per organization per hour. Pagination:page >= 1, page_size 1–100 (default 20).
Handling failed syncs
Handling failed syncs
When a sync fails, inspect the error details in the sync object. Common causes:
- Bucket permissions changed (missing
s3:GetObject/s3:ListBucket). - Objects exceed
max_object_size_mb. - Unsupported file formats in the bucket.
Related pages
Connectors
Configure the sources that sync.
Knowledge Stores
Where synced content lands.
Documents & Uploads
Add files directly.
Data Platform Overview
The full data model.

