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
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"email": "test-550e8400@example.com",
"status": "analyzed"
}