parameters: - schema: type: string name: fileId in: path required: true - schema: type: string name: fileName in: path required: true get: summary: Get file uploaded by agent tags: - Agents responses: '200': description: OK content: application/json: schema: type: object properties: body: type: object properties: items: type: object properties: body: {} headers: {} '400': $ref: ../components/responses/error.yaml operationId: get-agent-upload-file