retrieve_state
Retrieve a state by its ID within a project. Provide the project ID and state ID to get the state object.
Instructions
Retrieve a state by ID.
Args: project_id: UUID of the project state_id: UUID of the state
Returns: State object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| color | Yes | ||
| group | No | ||
| default | No | ||
| project | No | ||
| sequence | No | ||
| is_triage | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| external_id | No | ||
| external_source | No |