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>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.goldsky.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.goldsky.com/llms.txt
Use this file to discover all available pages before exploring further.
API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer
Default Response
RUNNING
Show child attributes
Was this page helpful?