feat(backend/jobs): add agent_id parameter
ci-agent / build (push) Failing after 5m40s

This commit is contained in:
2026-04-05 04:14:38 +03:00
parent 8226429b5b
commit b1e6775f1b
5 changed files with 34 additions and 12 deletions
+6
View File
@@ -1059,6 +1059,12 @@ const docTemplate = `{
"description": "Time period (e.g. 1h, 24h, 7d)",
"name": "period",
"in": "query"
},
{
"type": "string",
"description": "Filter by agent ID",
"name": "agent_id",
"in": "query"
}
],
"responses": {