---
title: "Check Authorization Status"
method: GET
path: "/v1/auth/status"
tags: ["Authorization"]
---

# Check Authorization Status

`GET /v1/auth/status`

Checks the status of an ongoing authorization process for a specific tool.
If 'wait' param is present, does not respond until either the auth status becomes completed or the timeout is reached.

## Query parameters

- `id` string, required
- `wait` integer

## Response `200`

OK

- AuthAuthorizationResponse
  - `context` AuthAuthorizationContext
    - `token` string
    - `user_info` object
  - `id` string
  - `provider_id` string
  - `scopes` string[]
  - `status` 'not_started' | 'pending' | 'completed' | 'failed'
  - `url` string
  - `user_id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `415` — Unsupported Media Type
- `500` — Internal Server Error

## Changes

- **2025-10-30** `f59a2fe653b8` — 1 warning
  - deleted the `header` request parameter `Authorization`

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/auth/status/get.md)

---

[API](https://skmtc.dev/arcadeai/apis/arcade-api.md) · [All operations](https://skmtc.dev/arcadeai/apis/arcade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadeai/arcade-api/revisions/a509111298b2/schema)
