GET /api/v2/buyer/update-proposals/{id}
Returns the current resolution status of a media buy update proposal — PENDING, APPROVED, or REJECTED — along with rejectionReason and resolvedAt when available. Poll this until status leaves PENDING.
Request
Parameters
| Param | Type | Required | Notes |
|---|---|---|---|
id | string (path) | Yes | Update proposal ID |
Response
rejectionReason is present only when status is REJECTED. resolvedAt is present once the proposal leaves PENDING.
Errors
404 NOT_FOUND— the proposal does not exist or belongs to a different customer.
Related
Update proposal tasks
All update proposal operations
Cancel update proposal
Withdraw a pending proposal