Get Pipeline Logs
GET/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/logs
Fetches pipeline logs as JSON or CSV.
Request
Responses
- 200
- 400
- 404
- 422
- 504
List log messages for the given pipeline.
The filters you provided are invalid. Check the filters and try again.
The given pipeline does not exist or does not have logs. List the deployed pipelines to get a list of valid pipeline names.
Validation Error
Fetching logs timed out. Try again later.
Was this page helpful?