External DocumentationTo learn more, visit the Azure DevOps documentation.
Actions
List Projects
Get all projects in the organization that the authenticated user has access to.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Organization | The Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page. |
| State Filter | Filter on team projects in a specific team project state. |
[
{
"abbreviation": "Project abbreviation.",
"defaultTeamImageUrl": "Url to default team identity image.",
"description": "The project's description (if any).",
"id": "Project identifier.",
"lastUpdateTime": "Project last update time.",
"name": "Project name.",
"revision": 0,
"state": "Project state.",
"url": "Url to the full version of the object.",
"visibility": "Project visibility."
}
]
Was this page helpful?