Skip to main content
GET
/
pipelines
/
{name}
/
status
Get pipeline status
curl --request GET \
  --url https://api.goldsky.com/api/v1/pipelines/{name}/status \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "status": "RUNNING",
  "errors": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer

Path Parameters

name
string
required

Response

200 - application/json

Default Response

name
string
required
status
required
Available options:
RUNNING
errors
object[]
required