get_status
Retrieve status details for a work package by its ID. Access status information from OpenProject.
Instructions
Get a single work package status by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| name | Yes | ||
| color | Yes | ||
| position | Yes | ||
| is_closed | Yes | ||
| is_default | Yes |