List States
list_statesRetrieve a project's workflow states with their UUIDs and groups to obtain the state ID required when updating work item states via the Plane API.
Instructions
List a project's workflow states (with their UUIDs and groups).
Call this before setting the state of a work item: the API expects a
state UUID, not a name like "In Progress".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | Items per page (1-100, default 100). | |
| project_id | Yes | Project UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||