get_issue_status
Retrieve issue status and thread messages using an entity ID or issue number. Supports optional guest access token for remote read-through.
Instructions
Return issue status and thread messages. Provide entity_id or issue_number (issue_number is an integer). Pass guest_access_token when token-scoped remote read-through is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | Neotoma `issue` entity_id. Use the id returned by submit_issue or Inspector. | |
| issue_number | No | GitHub issue number in the configured repo; use entity_id for private/local issues. | |
| skip_sync | No | Skip implicit sync from GitHub when the issue has github_number (does not skip operator read-through for mirrored issues). | |
| guest_access_token | No | Optional guest-scoped token for operator read-through when the local issue mirrors remote_entity_id on issues.target_url. If omitted, guest_access_token on the issue snapshot is used when present. |