---
title: "Wait For Auth Completion"
method: GET
path: "/v2/auth/wait/{auth_id}"
tags: ["Auth Service (v2)"]
---

# Wait For Auth Completion

`GET /v2/auth/wait/{auth_id}`

Wait for OAuth authentication completion.

## Path parameters

- `auth_id` string, required — Authentication ID to wait for

## Query parameters

- `timeout` integer — Timeout in seconds (default: 30)

## Response `200`

Successful Response

- AuthWaitResponse — Auth wait response.
  - `status` 'completed' | 'pending' | 'timeout' | 'not_found', required — Valid auth wait status values.
  - `token` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith-deployment-control-plane-api/versions/a0cd098699b4/schema)
