---
title: "Mcp Oauth Pending Status"
method: GET
path: "/v3/integrations/mcp/oauth/pending/{pending_integration_id}/status"
tags: ["integrations-v3"]
---

# Mcp Oauth Pending Status

`GET /v3/integrations/mcp/oauth/pending/{pending_integration_id}/status`

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

## Path parameters

- `pending_integration_id` string, required

## Response `200`

Successful Response

- McpOAuthPendingStatusResponse — Polling response for the OAuth flow's current state.
  - `authorized` boolean, required — True once the OAuth callback has received tokens for this pending flow. Frontend can fire the consume mutation.
  - `expired` boolean, required — True if the pending flow has expired or failed (TTL elapsed, OAuth provider returned an error, etc.). Frontend must restart the flow.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
