Get the current runtime status of a pipeline.
cURL
curl --request GET \ --url https://api.goldsky.com/api/v1/pipelines/{name}/status \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "status": "RUNNING", "errors": [ { "message": "<string>" } ] }
API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer
Default Response
RUNNING
Show child attributes
Was this page helpful?