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. Use a cursor to avoid re-reading data you have already seen.Use sync rather than repeatedly listing history when you are building a live dashboard or alerting system. Sync is 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.