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": {
+6
View File
@@ -1048,6 +1048,12 @@
"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": {
+4
View File
@@ -1229,6 +1229,10 @@ paths:
in: query
name: period
type: string
- description: Filter by agent ID
in: query
name: agent_id
type: string
produces:
- application/json
responses: