list_projects
List all projects in an Azure DevOps organization with optional filters for state, result count, skip offset, and continuation token for pagination.
Instructions
List all projects in an organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| stateFilter | No | Filter on team project state (0: all, 1: well-formed, 2: creating, 3: deleting, 4: new) | |
| top | No | Maximum number of projects to return | |
| skip | No | Number of projects to skip | |
| continuationToken | No | Gets the projects after the continuation token provided |