poll_auth_status
Poll the OAuth authorization status of a GAM auth flow. Returns pending, authorized, or failed status.
Instructions
Poll the OAuth authorization status after initiating a GAM auth flow.
MODE: read-only AUTH: OrbiAds session required CREDITS: 0 (free) OUTPUT: Returns {status: 'pending'|'authorized'|'failed', error?: string} WHEN TO USE: Call repeatedly (every 2–5 seconds) after initiate_gam_auth until status = 'authorized' or 'failed'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Auth session ID returned by initiate_gam_auth. |