Get change request
get_change_requestRetrieve full details of a change request including the user request, targeted element (CSS selector and outerHTML), page URL, and screenshot URL to implement the change.
Instructions
Get full detail for one change request so you can implement it: the user request, the exact element they pointed at (CSS selector + outerHTML), the page URL, and a screenshot URL. Call this before making the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Change request id, from list_change_requests. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Change request id. | |
| status | Yes | Current status. | |
| page_url | Yes | URL of the page the request was made on. | |
| requested_by | Yes | Requester email, or "anonymous". | |
| request_text | Yes | What the user wants. | |
| revision_requested | Yes | True if the requester reviewed a preview and asked for changes; push to the same branch/PR. | |
| revision_comment | Yes | The revision note, or empty string if none. | |
| elements | Yes | Elements attached to the request; empty for a general request. | |
| screenshot_url | Yes | Absolute screenshot URL, or empty string. | |
| attachment_urls | Yes | Absolute URLs of any extra attachments. |