get: summary: Get full agent policy by ID tags: - Agent policies operationId: agent-policy-full responses: '200': description: OK content: application/json: schema: type: object properties: item: oneOf: - type: string - $ref: ../components/schemas/agent_policy_full.yaml '400': $ref: ../components/responses/error.yaml parameters: - schema: type: string name: agentPolicyId in: path required: true - schema: type: string name: download in: query required: false - schema: type: string name: standalone in: query required: false - schema: type: string name: kubernetes in: query required: false