wit_get_query
Retrieve a specific query by its ID or path from an Azure DevOps project. Customize the response with options to expand details, adjust depth, include deleted items, and use ISO date format.
Instructions
Get a query by its ID or path.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
depth | No | Optional depth parameter to specify how deep to expand the query. Defaults to 0. | |
expand | No | Optional expand parameter to include additional details in the response. Defaults to 'None'. | |
includeDeleted | No | Whether to include deleted items in the query results. Defaults to false. | |
project | Yes | The name or ID of the Azure DevOps project. | |
query | Yes | The ID or path of the query to retrieve. | |
useIsoDateFormat | No | Whether to use ISO date format in the response. Defaults to false. |