---
title: "Age Verification Status"
method: GET
path: "/verify-age/{task_id}"
tags: ["Intelligence"]
---

# Age Verification Status

`GET /verify-age/{task_id}`

Poll an age verification job. Returns `{task_id, status}` while running or in a
terminal non-completed state, and the age/DOB envelope once completed.

## Path parameters

- `task_id` string, required

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Request was rejected by the route's validation rules.
- `401` — Missing or invalid API key.
- `403` — Organization access is locked.
- `422` — Request body failed validation.
- `500` — Unexpected server error. Retry with backoff.

---

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