Skip to main content
Integrations represent extractors and other data pipelines that CDF monitors. Each integration tracks the tasks it runs, the errors it reports, and its liveness over time. You can create, list, retrieve, update, and delete integrations.

What integrations are

An integration is a record of an extractor or other process that sends data to CDF. It identifies the extractor type and holds the configuration, task history, and error history for that data pipeline. Tasks, actions, configuration, and errors are all scoped to an integration.

Managing integrations

You can create integrations when you set up a new extractor, and update them as the extractor’s details change. Use list and retrieve to find integrations by ID and inspect their current state. Delete an integration when the extractor it represents is decommissioned.
Deleting an integration removes it from monitoring. After you delete it, you can’t retrieve its task and error history.

Key operations

  • Create: Register a new integration for an extractor or data pipeline.
  • List and retrieve: Find integrations and inspect their details.
  • Update: Modify integration metadata as the extractor changes.
  • Delete: Remove an integration that’s no longer in use.
Integrations are the anchor that task history, actions, configuration, and errors are all reported against.
Last modified on August 26, 2026