list_states
Retrieve all states in a project by providing the project ID. Optionally filter results with query parameters.
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 |