Get pipeline logs
Pipeline API
Get pipeline logs
Fetch recent log lines from the pipeline runtime, grouped by pod.
GET
Get pipeline logs
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.
data.pods[], with one entry per replica - single-replica pipelines return a one-element array.
The
logs field on each pod is a single string, not a list of structured log entries. Newlines separate lines. Filter, parse, or tail it client-side.- A
POSTsucceeded butstatusisFAILED. destination-healthreports unhealthy and you need the underlying connection error.- Records are not arriving at the destination and you want to see normalization or transform errors.
Authorizations
Pipeline REST endpoints require a ServiceKey. Regular GoldRush API keys are rejected with 403. See Service Keys.
Path Parameters
The pipeline identifier, prefixed with pipe_.