List runs for a pipeline
GET/pipelines/:id/runs
Returns runs for the pipeline identified by id, ordered by created_at descending (most recent first). An optional limit query parameter caps the number of results; omit or set to 0 for no limit.
Request
Responses
- 200
- 401
- 404
- 500
OK
Unauthorized
Pipeline not found
Internal server error