Get Pane State
get_pane_stateFetch a pane's current metadata (status, title, timestamps) to check if it is still open or has expired, without retrieving the event log.
Instructions
Fetch a pane's current metadata (status, title, template version, timestamps, expires_at) WITHOUT its event log. Use it to check whether a pane is still open or has expired. To read what the human did, use get_events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pane_id | Yes | The pane id returned by create_pane. |