Get Monitored Website
get_websiteRetrieve a monitored website by ID to view all keywords and their statuses (PENDING, ACTIVE, DISABLED, SUSPENDED), and confirm changes after adding or activating keywords.
Instructions
Get one monitored website by ID with its full keyword list and statuses (PENDING, ACTIVE, DISABLED, SUSPENDED). Use it to re-check keyword statuses after add_keywords, enable_keyword, or activate_pending_keywords; use list_websites instead when you do not have the ID yet or want every site. websiteId comes from list_websites or create_website. Returns 404 when the website does not exist or belongs to another account, and 400 when websiteId is not a UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| websiteId | Yes | Monitored website ID (UUID) from list_websites |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The monitored website with its keyword list, each keyword carrying id, value, and status. |