Skip to main content

List Projects

Get all projects in the organization that the authenticated user has access to.

External Documentation

To learn more, visit the Azure DevOps documentation.

Parameters

ParameterDescription
OrganizationThe Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page.
State FilterFilter on team projects in a specific team project state.

Example Output

[
{
"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."
}
]

Workflow Library Example

List Projects with Azure Devops and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop