testplan_list_test_plans
Retrieve a paginated list of test plans from an Azure DevOps project. Filter for active plans and toggle detailed information to streamline test management.
Instructions
Retrieve a paginated list of test plans from an Azure DevOps project. Allows filtering for active plans and toggling detailed information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
continuationToken | No | Token to continue fetching test plans from a previous request. | |
filterActivePlans | No | Filter to include only active test plans. Defaults to true. | |
includePlanDetails | No | Include detailed information about each test plan. | |
project | Yes | The unique identifier (ID or name) of the Azure DevOps project. |