CircleCI
communityContinuous integration and delivery platform for automated building, testing, and deploying.
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://circleci.com/api/v2/project/{project_slug}/pipelineList pipelines for a project
Parameters
project_sluggh/org/repo or bb/org/repo (stringrequiredReturns
items[] with id, state, number, created_at, trigger, vcs.branch, vcs.revisionGET
https://circleci.com/api/v2/workflow/{id}Get workflow details and jobs
Parameters
idworkflow ID (stringrequiredReturns
id, name, status, created_at, stopped_at, pipeline_id, pipeline_numberGET
https://circleci.com/api/v2/project/{project_slug}/job/{job_number}Get job details
Parameters
job_numberjob number (integerrequiredproject_slugproject slug (stringrequiredReturns
name, status, started_at, stopped_at, duration, executor, parallelism, contexts[]