aiendpoint.dev
ServicesWoodpecker CI

Woodpecker CI

community

Open-source CI/CD engine with multi-pipeline, multi-platform support. Community fork of Drone CI.

Visit site ↗

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.

https://woodpecker-ci.orgbearerdeveloperconfidence: 87/1000 discoveries1 contributors
GEThttps://{instance}/api/repos

List repositories

Returns

repos[] with id, owner, name, full_name, active, default_branch, visibility, last_pipeline
GEThttps://{instance}/api/repos/{repoId}/pipelines

List pipelines for a repo

Parameters

pagepage (integeroptional
repoIdrepo ID (integerrequired

Returns

pipelines[] with id, number, status, event, branch, commit, message, author, started, finished
GEThttps://{instance}/api/repos/{repoId}/pipelines/{number}

Get pipeline details

Parameters

numberpipeline number (integerrequired
repoIdrepo ID (integerrequired

Returns

id, number, status, event, branch, commit, message, workflows[] with name, state, children[] with name, state, started, finished