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
Example response
{
"id": "krfwg4z-amrqw4z-zmorsw2-djmfzgk-3a",
"email": "test-krfwg4z-amrqw4z-zmorsw2-djmfzgk-3a@example.com",
"status": "analyzed"
}