error — last export failed (see lastError for details)
running — an export job is currently being processed
queued — next export is overdue (nextSyncAt is in the past) and waiting to be picked up by the worker
idle — enabled but has never exported yet and no export is queued
up_to_date — all available data has been exported; next export is scheduled for the future
ETL usage: poll this endpoint and check for up_to_date status. Compare lastSyncAt against your
ETL bookmark to determine if new data is available. Note that exports run with a 20-minute lag buffer,
so lastSyncAt will always be at least 20 minutes behind real-time.
Sync status of the blob storage integration:
disabled— integration is not enablederror— last export failed (seelastErrorfor details)running— an export job is currently being processedqueued— next export is overdue (nextSyncAtis in the past) and waiting to be picked up by the workeridle— enabled but has never exported yet and no export is queuedup_to_date— all available data has been exported; next export is scheduled for the futureETL usage: poll this endpoint and check for
up_to_datestatus. ComparelastSyncAtagainst your ETL bookmark to determine if new data is available. Note that exports run with a 20-minute lag buffer, solastSyncAtwill always be at least 20 minutes behind real-time.