Get a platform event-stream sink config
Webhooks
Get a platform event-stream sink config
Return the current streaming-sink configuration for one transport kind. A sink streams the platform event taxonomy (message.*, call.*, … — the same events the per-event HTTP webhooks fan out) to your own Kafka topic or batch HTTP collector. The secret credential (Kafka SASL password or HTTP bearer token) is encrypted at rest and is never returned — the read surfaces only a credentials_configured presence flag. The last_run_* fields are worker-owned run status, read-only. Requires an owner, admin, or developer role.
GET
Get a platform event-stream sink config
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Sink transport. One of kafka or http_batch.
Available options:
kafka, http_batch