APIs.io Engineering Platform Cloudflare API — Audit Logs

APIs.io Engineering Platform Cloudflare API — Audit Logs. 3 operations. Lead operation: APIs.io Engineering Platform Get account audit logs. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAudit Logs

What You Can Do

GET
Auditlogsgetaccountauditlogs — APIs.io Engineering Platform Get account audit logs
/v1/accounts/{account-id}/audit-logs
GET
Auditlogsgetorganizationauditlogs — APIs.io Engineering Platform Get organization audit logs
/v1/organizations/{organization-id}/audit-logs
GET
Auditlogsgetuserauditlogs — APIs.io Engineering Platform Get user audit logs
/v1/user/audit-logs

MCP Tools

apis-io-engineering-platform-get-account

APIs.io Engineering Platform Get account audit logs

read-only idempotent
apis-io-engineering-platform-get-organization

APIs.io Engineering Platform Get organization audit logs

read-only idempotent
apis-io-engineering-platform-get-user

APIs.io Engineering Platform Get user audit logs

read-only idempotent

Capability Spec

cloudflare-audit-logs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Audit Logs
  description: 'APIs.io Engineering Platform Cloudflare API — Audit Logs. 3 operations. Lead operation: APIs.io Engineering
    Platform Get account audit logs. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Audit Logs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-audit-logs
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Audit Logs business capability. Self-contained, no shared references.
    resources:
    - name: accounts-account_id-audit_logs
      path: /accounts/{account_id}/audit_logs
      operations:
      - name: auditlogsgetaccountauditlogs
        method: GET
        description: APIs.io Engineering Platform Get account audit logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: id
          in: query
          type: string
        - name: export
          in: query
          type: boolean
        - name: action.type
          in: query
          type: string
        - name: actor.ip
          in: query
          type: string
        - name: actor.email
          in: query
          type: string
        - name: since
          in: query
          type: string
        - name: before
          in: query
          type: string
        - name: zone.name
          in: query
          type: string
        - name: direction
          in: query
          type: string
        - name: per_page
          in: query
          type: number
        - name: page
          in: query
          type: number
        - name: hide_user_logs
          in: query
          type: boolean
    - name: organizations-organization_id-audit_logs
      path: /organizations/{organization_id}/audit_logs
      operations:
      - name: auditlogsgetorganizationauditlogs
        method: GET
        description: APIs.io Engineering Platform Get organization audit logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organization_id
          in: path
          type: string
          required: true
        - name: id
          in: query
          type: string
        - name: export
          in: query
          type: boolean
        - name: action.type
          in: query
          type: string
        - name: actor.ip
          in: query
          type: string
        - name: actor.email
          in: query
          type: string
        - name: since
          in: query
          type: string
        - name: before
          in: query
          type: string
        - name: zone.name
          in: query
          type: string
        - name: direction
          in: query
          type: string
        - name: per_page
          in: query
          type: number
        - name: page
          in: query
          type: number
        - name: hide_user_logs
          in: query
          type: boolean
    - name: user-audit_logs
      path: /user/audit_logs
      operations:
      - name: auditlogsgetuserauditlogs
        method: GET
        description: APIs.io Engineering Platform Get user audit logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: string
        - name: export
          in: query
          type: boolean
        - name: action.type
          in: query
          type: string
        - name: actor.ip
          in: query
          type: string
        - name: actor.email
          in: query
          type: string
        - name: since
          in: query
          type: string
        - name: before
          in: query
          type: string
        - name: zone.name
          in: query
          type: string
        - name: direction
          in: query
          type: string
        - name: per_page
          in: query
          type: number
        - name: page
          in: query
          type: number
        - name: hide_user_logs
          in: query
          type: boolean
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-audit-logs-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Audit Logs. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/audit-logs
      name: accounts-account-id-audit-logs
      description: REST surface for accounts-account_id-audit_logs.
      operations:
      - method: GET
        name: auditlogsgetaccountauditlogs
        description: APIs.io Engineering Platform Get account audit logs
        call: cloudflare-audit-logs.auditlogsgetaccountauditlogs
        with:
          account_id: rest.account_id
          id: rest.id
          export: rest.export
          action.type: rest.action.type
          actor.ip: rest.actor.ip
          actor.email: rest.actor.email
          since: rest.since
          before: rest.before
          zone.name: rest.zone.name
          direction: rest.direction
          per_page: rest.per_page
          page: rest.page
          hide_user_logs: rest.hide_user_logs
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organization-id}/audit-logs
      name: organizations-organization-id-audit-logs
      description: REST surface for organizations-organization_id-audit_logs.
      operations:
      - method: GET
        name: auditlogsgetorganizationauditlogs
        description: APIs.io Engineering Platform Get organization audit logs
        call: cloudflare-audit-logs.auditlogsgetorganizationauditlogs
        with:
          organization_id: rest.organization_id
          id: rest.id
          export: rest.export
          action.type: rest.action.type
          actor.ip: rest.actor.ip
          actor.email: rest.actor.email
          since: rest.since
          before: rest.before
          zone.name: rest.zone.name
          direction: rest.direction
          per_page: rest.per_page
          page: rest.page
          hide_user_logs: rest.hide_user_logs
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/user/audit-logs
      name: user-audit-logs
      description: REST surface for user-audit_logs.
      operations:
      - method: GET
        name: auditlogsgetuserauditlogs
        description: APIs.io Engineering Platform Get user audit logs
        call: cloudflare-audit-logs.auditlogsgetuserauditlogs
        with:
          id: rest.id
          export: rest.export
          action.type: rest.action.type
          actor.ip: rest.actor.ip
          actor.email: rest.actor.email
          since: rest.since
          before: rest.before
          zone.name: rest.zone.name
          direction: rest.direction
          per_page: rest.per_page
          page: rest.page
          hide_user_logs: rest.hide_user_logs
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-audit-logs-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Audit Logs. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-account
      description: APIs.io Engineering Platform Get account audit logs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-audit-logs.auditlogsgetaccountauditlogs
      with:
        account_id: tools.account_id
        id: tools.id
        export: tools.export
        action.type: tools.action.type
        actor.ip: tools.actor.ip
        actor.email: tools.actor.email
        since: tools.since
        before: tools.before
        zone.name: tools.zone.name
        direction: tools.direction
        per_page: tools.per_page
        page: tools.page
        hide_user_logs: tools.hide_user_logs
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-organization
      description: APIs.io Engineering Platform Get organization audit logs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-audit-logs.auditlogsgetorganizationauditlogs
      with:
        organization_id: tools.organization_id
        id: tools.id
        export: tools.export
        action.type: tools.action.type
        actor.ip: tools.actor.ip
        actor.email: tools.actor.email
        since: tools.since
        before: tools.before
        zone.name: tools.zone.name
        direction: tools.direction
        per_page: tools.per_page
        page: tools.page
        hide_user_logs: tools.hide_user_logs
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-user
      description: APIs.io Engineering Platform Get user audit logs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-audit-logs.auditlogsgetuserauditlogs
      with:
        id: tools.id
        export: tools.export
        action.type: tools.action.type
        actor.ip: tools.actor.ip
        actor.email: tools.actor.email
        since: tools.since
        before: tools.before
        zone.name: tools.zone.name
        direction: tools.direction
        per_page: tools.per_page
        page: tools.page
        hide_user_logs: tools.hide_user_logs
      outputParameters:
      - type: object
        mapping: $.