list_work_packages
Retrieve work packages for a specific project by providing its ID. Use limit and offset to control pagination.
Instructions
Fetch a list of work packages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of results (max is 2000) | |
| offset | No | Skip over a number of elements by specifying an offset value for the query | |
| project_id | Yes | the id of the project |