Base URL
Authentication
All endpoints require a Bearer token. Use a Goldsky API key from the Dashboard.Endpoints
| Method | Path | Description |
|---|---|---|
GET | /pipelines/ | List all pipelines |
POST | /pipelines/ | Create a pipeline |
GET | /pipelines/{name} | Get a pipeline |
DELETE | /pipelines/{name} | Delete a pipeline |
POST | /pipelines/validate | Validate a pipeline definition |
PUT | /pipelines/{name}/pause | Pause a pipeline |
PUT | /pipelines/{name}/resume | Resume a pipeline |
PUT | /pipelines/{name}/restart | Restart a pipeline |
GET | /pipelines/{name}/logs | Get pipeline logs |
GET | /pipelines/{name}/logs/error-count | Get pipeline error count |
GET | /pipelines/{name}/status | Get pipeline status |
GET | /pipelines/{name}/state | Get pipeline state |