list_projects
Retrieve a list of all projects in an Azure DevOps organization, with options to filter by state, paginate using skip and top, or continue from a token.
Instructions
List all projects in an organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of projects to return | |
| skip | No | Number of projects to skip | |
| stateFilter | No | Filter on team project state (0: all, 1: well-formed, 2: creating, 3: deleting, 4: new) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| continuationToken | No | Gets the projects after the continuation token provided |