Skip to main content
GET
Get a platform event-stream sink config

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

kind
enum<string>
required

Sink transport. One of kafka or http_batch.

Available options:
kafka,
http_batch

Response

Current sink configuration (no plaintext credential).

data
object

Current configuration for one event-stream sink. The plaintext credential is never returned — only the credentials_configured presence flag. The last_run_* fields are worker-owned run status, surfaced read-only.

meta
object