Get all sync logs
Get a paginated list of VFS pipeline sync logs associated with a given workspace.
Authorizations
API key for the Qontext API
Path Parameters
The unique identifier of the workspace the sync log belongs to.
"ws_123e4567-e89b-12d3-a456-426614174000"
Query Parameters
How many results to return in this request
5 <= x <= 100Cursor returned by the previous paginated response
List of sync log statuses to filter by
pending, preparing, data_fetching, ingesting, completed, failed, stopped, skipped ["completed", "failed"]Free-text search query applied to error message and type
"hubspot"
Filter sync logs created on or after this date (ISO 8601 format)
"2025-01-01T00:00:00.000Z"
Filter sync logs created on or before this date (ISO 8601 format)
"2025-12-31T23:59:59.999Z"
List of ingestion pipeline IDs to filter by. Use "manual" to include manual syncs (which have no pipeline).