List work templates
list_work_templatesRetrieve work templates from your account to create templated work items. Use filters, sorting, and pagination to find specific templates.
Instructions
List work templates available on this account. Use a WorkTemplateKey with create_work_item to create templated work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results to return (1-100, default 100) | |
| skip | No | Number of results to skip, for pagination | |
| filter | No | OData $filter expression, e.g. "contains(FullName,'Smith')" or "PrimaryStatus eq 'InProgress'". Operators: eq, ne, gt, ge, lt, le, and, or, contains(). | |
| orderby | No | OData $orderby, e.g. "LastModifiedDateTime desc" |