Create a pipeline
Pipeline API
Create a pipeline
Create a new pipeline programmatically.
POST
Create a pipeline
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.
Requires a ServiceKey. See Service Keys.
destination_type values, topic format, and transforms semantics apply.Authorizations
Pipeline REST endpoints require a ServiceKey. Regular GoldRush API keys are rejected with 403. See Service Keys.
Body
application/json
Body for creating a pipeline. Read-only fields (id, created_by, group, created_at, updated_at) are ignored if supplied.
Available options:
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.
Available options:
bounded, unbounded Available options:
, skip, raw Set to paused to create the pipeline without starting it. Defaults to running.
Available options:
running, paused