Skip to main content

Find all Organization Projects via the CircleCI API

Overview

We do not have a direct endpoint for collecting this information, but you can often derive it from the `me` endpoint:

This shows data from the currently logged-in user, or simply the user of the `circle-token` provided. If you use a token, be sure to make use of a Personal API Token as opposed to a Project Token.

Within that API response, you will find the `projects` property. This will be a list of projects. The JSON object key will be the VCS URL. You can use that to filter to projects specifically within the desired organization.

Did this answer your question?