-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus_response.json
More file actions
35 lines (35 loc) · 1.27 KB
/
status_response.json
File metadata and controls
35 lines (35 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"success": true,
"data": [
{
"name": "telegram-scraper",
"status": "ERROR",
"lastSeen": null,
"url": "http://localhost:8002",
"error": "Health endpoint not available: "
},
{
"name": "tiktok-scraper",
"status": "RUNNING",
"lastSeen": "2025-06-24T11:40:57.823Z",
"url": "http://localhost:3000",
"responseTime": 122,
"statusCode": 200
},
{
"name": "youtube-scraper",
"status": "ERROR",
"lastSeen": null,
"url": "http://localhost:3001",
"error": "Health endpoint not available: "
},
{
"name": "refinery-service",
"status": "ERROR",
"lastSeen": null,
"url": "http://localhost:3004",
"error": "Health endpoint not available: "
}
],
"timestamp": "2025-06-24T11:40:57.823Z"
}