Skip to main content
POST
List signals.

Authorizations

Authorization
string
header
required

Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.

Headers

cdf-version
string

cdf version header. Use this to specify the requested CDF release.

Example:

"alpha"

Body

application/json

Filter for signals to list.

Filter for signals to list.

sink
EmailSinkId · object
required

Reference to a sink. If the type is "user", the user must exist in the user profiles API.

topic
enum<string>

Topics supported by the service. The cognite_sandbox topic is a permissive topic intended for prototyping and testing, not for production traffic.

Available options:
cognite_integrations,
cognite_workflows,
cognite_hosted_extractors,
cognite_sandbox,
cognite_comment_notifications
cursor
string

Cursor for pagination. This cursor is temporary hence should not be saved.

limit
integer
default:100

Maximum number of signals to return.

Required range: 1 <= x <= 1000

Response

A list of signals available for the sink.

List of signals.

items
SignalRead · object[]
required
Maximum array length: 1000
nextCursor
string

Cursor for retrieving the next page of results. Omitted if there are no more results.

Last modified on September 3, 2026