---
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

## Headers

- `Authorization` string, required

## 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

---

[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/8446c4e394ac/schema)
