list_states
List all states for a given project in Plane. Provide the project ID and optional query parameters to get a filtered list of states.
Instructions
List all states in a project.
Args: project_id: UUID of the project params: Optional query parameters as a dictionary
Returns: List of State objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |