latestOpenAPI 3.1.02026-08-223321,1001.6 MB

2134ebffd1ef

integrations-v3

Mcp Oauth Pending Status

Poll a pending OAuth flow's status (frontend fallback to postMessage).

get/v3/integrations/mcp/oauth/pending/{pending_integration_id}/status

Path parameters

pending_integration_idstring required

Response

Successful Response

authorizedboolean required

True once the OAuth callback has received tokens for this pending flow. Frontend can fire the consume mutation.

expiredboolean required

True if the pending flow has expired or failed (TTL elapsed, OAuth provider returned an error, etc.). Frontend must restart the flow.