get_work_packages
Fetch multiple OpenProject work packages in a single batch call. Handles up to 100 IDs, returns per-item results, and continues even if some fetches fail.
Instructions
Get multiple work packages by ID in a single batch call.
Fetches work packages in parallel and returns per-item results. Failed fetches are reported individually without stopping the batch. Maximum 100 IDs per batch.
ids: internal ids (e.g., 952) or display_ids (e.g., "PROJ-51"), not UI display numbers. Duplicate IDs are automatically deduplicated.
select restricts each result's work_package to the given fields (e.g. ["id", "subject", "status"]); an invalid name returns the allowed set. The id/success/error fields on each result are always included regardless of select, so you can still tell which items succeeded.
For batches with many full-detail items, set text_limit and/or select proactively — an unbounded batch of large work packages can exceed the tool-result size limit and get redirected to a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| select | No | ||
| text_limit | No |