tests

Get test status

Check if a report exists for the given test ID. Returns pending if no report exists, analyzed if a report is available.

get/test/{id}

Path parameters

idstring uuid required

Response

Test status retrieved successfully

idstring uuid required

Unique test identifier

emailstring email required

Unique test email address

status'pending' | 'analyzed' required

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

Example response

{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "email": "test-550e8400@example.com",
  "status": "analyzed"
}

Changes