{
"data": [
{
"id": 1,
"run_id": 123,
"step_name": "run-subfinder",
"step_type": "bash",
"status": "completed",
"command": "subfinder -d example.com -o {{Output}}/subdomains.txt",
"output": "Found 150 subdomains",
"error": "",
"started_at": "2025-01-15T10:00:00Z",
"completed_at": "2025-01-15T10:01:30Z",
"duration_ms": 90000,
"created_at": "2025-01-15T10:00:00Z",
"updated_at": "2025-01-15T10:01:30Z"
},
{
"id": 2,
"run_id": 123,
"step_name": "run-httpx",
"step_type": "bash",
"status": "completed",
"command": "httpx -l {{Output}}/subdomains.txt -o {{Output}}/httpx.txt",
"output": "Probed 150 hosts, 120 alive",
"error": "",
"started_at": "2025-01-15T10:01:30Z",
"completed_at": "2025-01-15T10:03:00Z",
"duration_ms": 90000,
"created_at": "2025-01-15T10:01:30Z",
"updated_at": "2025-01-15T10:03:00Z"
},
{
"id": 3,
"run_id": 124,
"step_name": "process-results",
"step_type": "function",
"status": "completed",
"command": "",
"output": "true",
"error": "",
"started_at": "2025-01-15T11:00:00Z",
"completed_at": "2025-01-15T11:00:01Z",
"duration_ms": 1000,
"created_at": "2025-01-15T11:00:00Z",
"updated_at": "2025-01-15T11:00:01Z"
}
],
"pagination": {
"total": 250,
"offset": 0,
"limit": 20
}
}