Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognite.com/llms.txt

Use this file to discover all available pages before exploring further.

The Signals API lets you publish structured signals in a CDF project, register signal sinks where those signals are delivered (for example email or webhook targets), and define signal subscriptions that filter which signals go to which sinks. Signals are intended for event-style notifications and integrations—for example surfacing workflow failures, extractor health, or other operational events to external systems.

Concepts

  • Sinks — Delivery targets for signals (for example email addresses or HTTP endpoints). Create, list, update, and delete sinks through the sinks endpoints.
  • Subscriptions — Rules that select which signals to receive and which sink should receive them. Manage subscriptions with the subscriptions endpoints.
  • Listing signals — Retrieve published signals with the list endpoint when you need to inspect or debug traffic.

Configure as code

If you use the Cognite Toolkit, you can represent sinks and subscriptions as YAML resources under a signals/ directory. See the toolkit resource library for supported kinds and examples.
The stable (20230101) API reference does not include Signals. Use the beta or alpha API reference for Signals concepts and endpoint documentation. Send cdf-version: 20230101-beta on requests. For how preview APIs relate to stable, see Beta API reference.

Rate and concurrency limits

Signals share the general CDF request budgets. For limit types and throttling behavior, see API rate limits.
Last modified on May 7, 2026