View entire changelog

Running pipelines via API now available in preview for Github App and Bitbucket Data Center

Oct 14, 2024

New feature

Pipelines connected via GitHub App or Bitbucket Data Center can now be run via API, using a new API V2 endpoint:

https://circleci.com/api/v2/project/circleci/<org-id>/<project-id>/pipeline/run

See the docs for usage instructions. The new endpoint is not yet documented in the V2 API docs.

>Previous changes