IXON · Capability

IXON API — AgentAuditLogList

IXON API — AgentAuditLogList. 1 operations. Lead operation: AgentAuditLogList. Self-contained Naftiko capability covering one Ixon business surface.

Run with Naftiko IxonAgentAuditLogList

What You Can Do

GET
Get — AgentAuditLogList
/v1/agents/{agentid}/audit-logs

MCP Tools

agentauditloglist

AgentAuditLogList

read-only idempotent

Capability Spec

ixon-agentauditloglist.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IXON API — AgentAuditLogList
  description: 'IXON API — AgentAuditLogList. 1 operations. Lead operation: AgentAuditLogList. Self-contained Naftiko capability
    covering one Ixon business surface.'
  tags:
  - Ixon
  - AgentAuditLogList
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IXON_API_KEY: IXON_API_KEY
capability:
  consumes:
  - type: http
    namespace: ixon-agentauditloglist
    baseUri: https://portal.ixon.cloud:443/api
    description: IXON API — AgentAuditLogList business capability. Self-contained, no shared references.
    resources:
    - name: agents-agentId-audit-logs
      path: /agents/{agentId}/audit-logs
      operations:
      - name: get
        method: GET
        description: AgentAuditLogList
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: agentId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.IXON_API_KEY}}'
  exposes:
  - type: rest
    namespace: ixon-agentauditloglist-rest
    port: 8080
    description: REST adapter for IXON API — AgentAuditLogList. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/agents/{agentid}/audit-logs
      name: agents-agentid-audit-logs
      description: REST surface for agents-agentId-audit-logs.
      operations:
      - method: GET
        name: get
        description: AgentAuditLogList
        call: ixon-agentauditloglist.get
        with:
          agentId: rest.agentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ixon-agentauditloglist-mcp
    port: 9090
    transport: http
    description: MCP adapter for IXON API — AgentAuditLogList. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: agentauditloglist
      description: AgentAuditLogList
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ixon-agentauditloglist.get
      with:
        agentId: tools.agentId
      outputParameters:
      - type: object
        mapping: $.