Skip to main content
GET
Get a pipeline
Requires a ServiceKey. See Service Keys.
The {pipeline_id} path segment is the pipe_-prefixed identifier returned by GET /platform/pipeline-api/.
Sensitive fields inside destination_config (passwords, tokens) are masked as ****** on read. To rotate them, send a PATCH with the new value.

Authorizations

Authorization
string
header
required

Pipeline REST endpoints require a ServiceKey. Regular GoldRush API keys are rejected with 403. See Service Keys.

Path Parameters

pipeline_id
string
required

The pipeline identifier, prefixed with pipe_.

Response

Pipeline detail.

data
object

A configured pipeline. Sensitive fields inside destination_config (such as passwords) are masked as ****** on read.

error
boolean
error_message
string | null
error_code
string | null