Sign in

List projects

documented

Retrieve Azure DevOps projects for the organization.

GET /{organization}/_apis/projects?api-version=7.0Projectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://dev.azure.com/{{organization}}/_apis/projects?api-version={{api-version}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
List projects · Visual Studio · OpenIntegrations