Required capabilities:
subscribeSignalsAcl:READ
List all topics supported by the signals service. Each topic represents a type of CDF resource that can emit signals, such as integrations or workflows. The response includes the available notification categories for each topic, which can be used when creating subscriptions.
List of supported topics.
The response for a bad request.
{- "items": [
- {
- "name": "cognite_integrations",
- "isGlobal": true,
- "categories": [
- "string"
]
}
]
}