Telnyx · Capability

Telnyx API — Audit Logs

Telnyx API — Audit Logs. 1 operations. Lead operation: List Audit Logs. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxAudit Logs

What You Can Do

GET
Listauditlogs — List Audit Logs
/v1/audit-events

MCP Tools

list-audit-logs

List Audit Logs

read-only idempotent

Capability Spec

telnyx-audit-logs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — Audit Logs
  description: 'Telnyx API — Audit Logs. 1 operations. Lead operation: List Audit Logs. Self-contained Naftiko capability
    covering one Telnyx business surface.'
  tags:
  - Telnyx
  - Audit Logs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-audit-logs
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — Audit Logs business capability. Self-contained, no shared references.
    resources:
    - name: audit_events
      path: /audit_events
      operations:
      - name: listauditlogs
        method: GET
        description: List Audit Logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-audit-logs-rest
    port: 8080
    description: REST adapter for Telnyx API — Audit Logs. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/audit-events
      name: audit-events
      description: REST surface for audit_events.
      operations:
      - method: GET
        name: listauditlogs
        description: List Audit Logs
        call: telnyx-audit-logs.listauditlogs
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-audit-logs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — Audit Logs. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-audit-logs
      description: List Audit Logs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-audit-logs.listauditlogs
      outputParameters:
      - type: object
        mapping: $.