What tasks are
A task is a named unit of work in an integration, reported by the extractor. Each time a task starts or stops, CDF records a history entry so you can spot gaps or failures.Listing and syncing history
You can list task history for an integration, optionally filtered by task name, to see when tasks ran. For applications that need to keep up with changes incrementally, sync returns task history and error updates since the last sync, using a cursor to avoid re-reading data you’ve already seen.Use sync rather than repeatedly listing history when you’re building a live dashboard or alerting system — it’s designed for incremental polling.
Key operations
- List history: Retrieve task run history for an integration, optionally filtered by task name.
- Sync: Fetch task and error updates since a previous cursor.