---
title: "Get captcha status"
method: GET
path: "/v1/sessions/{sessionId}/captchas/status"
tags: ["Captchas"]
---

# Get captcha status

`GET /v1/sessions/{sessionId}/captchas/status`

Gets the current captcha status for a session

## Path parameters

- `sessionId` string, uuid, required

## Response `200`

Default Response

- object[]
  - `created` number — Timestamp when the state was created
  - `isSolvingCaptcha` boolean, required — Whether a captcha is currently being solved
  - `lastUpdated` number — Timestamp when the state was last updated
  - `pageId` string, required — The page ID where the captcha is located
  - `tasks` unknown[], required — Array of captcha tasks
    - unknown
  - `url` string, required — The URL where the captcha is located

## Other responses

- `400` — An error response from the API
- `500` — An error response from the API

---

[API](https://skmtc.net/steel-dev/apis/steel-api.md) · [All operations](https://skmtc.net/steel-dev/apis/steel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steel-dev/steel-api/revisions/2248d956188a/schema)
