Get issue detail
get_issueFetch one issue by website_id + issue number, including its full description, recommendation, affected pages, occurrence detail from the latest report (which page/image/URL, snippets), and comment thread. Use comment_on_issue to add analysis or a fix note to the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_id | Yes | Website id the issue belongs to. | |
| issue_number | Yes | Issue number from list_issues. | |
| occurrence_limit | No | Max occurrences to include (default 20); see occurrence_count/truncated. |