Appmixer · Capability

Appmixer API — Logs

Appmixer API — Logs. 1 operations. Lead operation: Appmixer Get logs. Self-contained Naftiko capability covering one Appmixer business surface.

Run with Naftiko AppmixerLogs

What You Can Do

GET
Getlogs — Appmixer Get logs
/v1/logs

MCP Tools

appmixer-get-logs

Appmixer Get logs

read-only idempotent

Capability Spec

appmixer-logs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Appmixer API — Logs
  description: 'Appmixer API — Logs. 1 operations. Lead operation: Appmixer Get logs. Self-contained Naftiko capability covering
    one Appmixer business surface.'
  tags:
  - Appmixer
  - Logs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPMIXER_API_KEY: APPMIXER_API_KEY
capability:
  consumes:
  - type: http
    namespace: appmixer-logs
    baseUri: https://api.{tenant}.appmixer.cloud
    description: Appmixer API — Logs business capability. Self-contained, no shared references.
    resources:
    - name: logs
      path: /logs
      operations:
      - name: getlogs
        method: GET
        description: Appmixer Get logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: flowId
          in: query
          type: string
          description: Filter logs by flow ID
        - name: limit
          in: query
          type: integer
          description: Maximum number of log entries to return
        - name: offset
          in: query
          type: integer
          description: Number of entries to skip
    authentication:
      type: bearer
      token: '{{env.APPMIXER_API_KEY}}'
  exposes:
  - type: rest
    namespace: appmixer-logs-rest
    port: 8080
    description: REST adapter for Appmixer API — Logs. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/logs
      name: logs
      description: REST surface for logs.
      operations:
      - method: GET
        name: getlogs
        description: Appmixer Get logs
        call: appmixer-logs.getlogs
        with:
          flowId: rest.flowId
          limit: rest.limit
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: appmixer-logs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Appmixer API — Logs. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: appmixer-get-logs
      description: Appmixer Get logs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: appmixer-logs.getlogs
      with:
        flowId: tools.flowId
        limit: tools.limit
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.