Get the details of a specific pipeline by name.
cURL
curl --request GET \ --url https://api.goldsky.com/api/v1/pipelines/{name} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "type": "<string>", "status": "RUNNING", "definition": { "sources": {}, "transforms": {}, "sinks": {}, "description": "<string>", "resource_size": "<string>", "use_dedicated_ip": true, "job": true }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "resource_size": "<string>", "version": 123, "project_id": "<string>" }
API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer
Default Response
RUNNING
Show child attributes
Was this page helpful?