---
title: "Get verification session status"
method: GET
path: "/api/v1/verify/session/{sid}"
---

# Get verification session status

`GET /api/v1/verify/session/{sid}`

Returns instant status, or waits up to 25 seconds when the optional wait query is provided.

## Path parameters

- `sid` string, required

## Query parameters

- `wait` integer

## Response `200`

Current verification session state.

- VerifySessionStatusResponse
  - `status` 200
  - `data` union
    - object
      - `sid` string
      - `pid` string
      - `status` 'pending' | 'expired' | 'cancelled'
      - `result` unknown
    - object
      - `sid` string
      - `pid` string
      - `result` object
        - `discordId` string, nullable
        - `robloxId` string, nullable
        - `linkChanged` boolean, nullable
        - `previousRobloxId` string, nullable
  - `timestamp` string, date-time
  - `version` string
  - `verifyRequestsRemaining` integer, nullable
  - `verifyIpRequestsRemaining` integer, nullable

## Other responses

- `401` — Unauthorized.
- `404` — Session not found or not owned by this API key.
- `429` — Poll too frequent, poll cap reached, or verify quota exceeded.
- `500` — Internal server error.

---

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