Woodpecker CI
communityOpen-source CI/CD engine with multi-pipeline, multi-platform support. Community fork of Drone CI.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://{instance}/api/reposList repositories
Returns
repos[] with id, owner, name, full_name, active, default_branch, visibility, last_pipelineGET
https://{instance}/api/repos/{repoId}/pipelinesList pipelines for a repo
Parameters
pagepage (integeroptionalrepoIdrepo ID (integerrequiredReturns
pipelines[] with id, number, status, event, branch, commit, message, author, started, finishedGET
https://{instance}/api/repos/{repoId}/pipelines/{number}Get pipeline details
Parameters
numberpipeline number (integerrequiredrepoIdrepo ID (integerrequiredReturns
id, number, status, event, branch, commit, message, workflows[] with name, state, children[] with name, state, started, finished