{
"success": true,
"data": {
"runId": "sub_abc123",
"domain": "acme.example.com",
"status": "completed",
"subdomains": [
{
"hostname": "app.acme.example.com",
"sources": ["crtsh", "urlscan", "wayback"],
"alive": true,
"ports": [80, 443],
"stack": ["nginx/1.24.0", "cloudflare"]
},
{
"hostname": "admin.acme.example.com",
"sources": ["crtsh"],
"alive": true,
"ports": [443],
"stack": ["nginx/1.24.0"]
},
{
"hostname": "old-staging.acme.example.com",
"sources": ["wayback"],
"alive": false
}
],
"summary": {
"total": 47,
"alive": 18,
"uniqueSources": 7
},
"createdAt": "2026-05-18T12:00:00.000Z",
"completedAt": "2026-05-18T12:01:42.000Z"
}
}