External DocumentationTo learn more, visit the Azure DevOps documentation.
Actions
List Work Items By ID
Retrieves a list of Work Items based on a comma-separated list of IDs.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| IDs | The comma-separated list of requested work item ids. (Maximum 200 ids allowed). |
| Organization | The Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page. |
| Project | The Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page. |
| Parameter | Description |
|---|---|
| Fields | Comma-separated list of requested fields. |
[
{
"url": "string"
}
]
Was this page helpful?