Create a new pipeline programmatically.
Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
destination_type values, topic format, and transforms semantics apply.Pipeline REST endpoints require a ServiceKey. Regular GoldRush API keys are rejected with 403. See Service Keys.
Body for creating a pipeline. Read-only fields (id, created_by, group, created_at, updated_at) are ignored if supplied.
postgres, clickhouse, kafka, object_storage, sqs, webhook Destination-specific connection details. The accepted keys depend on destination_type. Examples: Postgres uses url, user, password; webhook uses url. On read, secret fields are masked as ****** and must be re-supplied in full on a PUT.
bounded, unbounded , skip, raw Set to paused to create the pipeline without starting it. Defaults to running.
running, paused