parameters: - schema: type: string name: agentId in: path required: true get: summary: List agent uploads tags: - Agents responses: '200': description: OK content: application/json: schema: type: object properties: body: type: object properties: item: type: array items: $ref: ../components/schemas/agent_diagnostics.yaml '400': $ref: ../components/responses/error.yaml operationId: list-agent-uploads