16 lines
435 B
JSON
16 lines
435 B
JSON
{
|
|
"$schema": "https://stella-ops.org/api/console/console-status.schema.json",
|
|
"_meta": {
|
|
"description": "Sample response for GET /api/console/status",
|
|
"task": "WEB-CONSOLE-23-002",
|
|
"generatedAt": "2025-12-04T12:00:00Z"
|
|
},
|
|
"backlog": 12,
|
|
"queueLagMs": 245,
|
|
"activeRuns": 3,
|
|
"pendingRuns": 5,
|
|
"lastCompletedRunId": "run::2025-12-04::7f3a2e91",
|
|
"lastCompletedAt": "2025-12-04T11:58:22Z",
|
|
"healthy": true
|
|
}
|