Asana · Capability

Asana — Audit Log API

Asana — Audit Log API. 1 operations. Lead operation: Asana Get audit log events. Self-contained Naftiko capability covering one Asana business surface.

Run with Naftiko AsanaAudit Log API

What You Can Do

GET
Getauditlogevents — Asana Get audit log events
/v1/workspaces/{workspace-gid}/audit-log-events

MCP Tools

asana-get-audit-log-events

Asana Get audit log events

read-only idempotent

Capability Spec

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