---
title: "Get test status"
method: GET
path: "/test/{id}"
tags: ["tests"]
---

# Get test status

`GET /test/{id}`

Check if a report exists for the given test ID (base32-encoded). Returns pending if no report exists, analyzed if a report is available.

## Path parameters

- `id` string, required — Base32-encoded test ID (with hyphens)

## Response `200`

Test status retrieved successfully

- Test
  - `id` string, required — Unique test identifier (base32-encoded with hyphens)
  - `email` string, email, required — Unique test email address
  - `status` 'pending' | 'analyzed', required — Current test status (pending = no report yet, analyzed = report available)

## Other responses

- `500` — Internal server error

## Changes

- **2025-10-20** `84d494a8a241` — 2 breaking, 2 info
  - added the pattern `^[a-z0-9-]+$` to the `path` request parameter `id`
  - the `id` response's property format changed from `uuid` to no format for status `200`
  - for the `path` request parameter `id`, the format was generalized from `uuid` to no format
  - the `id` response's property pattern `^[a-z0-9-]+$` was added for the status `200`
- **2025-10-18** `52fb188e7318` — 1 breaking, 1 warning, 4 info
  - removed the required property `created_at` from the response with the `200` status
  - removed the optional property `updated_at` from the response with the `200` status
  - added the non-success response with the status `500`
  - removed the non-success response with the status `404`
  - …2 more
- **2025-10-15** `0178a1195e1a` — 2 breaking, 8 info
  - for the `path` request parameter `id`, the format changed from no format to `uuid`
  - the response's body type changed from no type to `object` for status `200`
  - removed the pattern `^[a-z0-9-]+$` from the `path` request parameter `id`
  - added the non-success response with the status `404`
  - …6 more

[Change history](https://skmtc.dev/happydomain/apis/happydeliver-api/changes/test/:id/get.md)

---

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