tests

Get test status

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

get/test/{id}

Path parameters

idstring required

Base32-encoded test ID (with hyphens)

Response

Test status retrieved successfully

idstring required

Unique test identifier (base32-encoded with hyphens)

emailstring email required

Unique test email address

status'pending' | 'analyzed' required

Current test status (pending = no report yet, analyzed = report available)

Example response

{
  "id": "krfwg4z-amrqw4z-zmorsw2-djmfzgk-3a",
  "email": "test-krfwg4z-amrqw4z-zmorsw2-djmfzgk-3a@example.com",
  "status": "analyzed"
}

Changes