Webflow · Capability

Webflow Sites API — Workspce Audit Logs

Webflow Sites API — Workspce Audit Logs. 1 operations. Lead operation: Webflow Get Workspace Audit Logs. Self-contained Naftiko capability covering one Webflow business surface.

Run with Naftiko WebflowWorkspce Audit Logs

What You Can Do

GET
Getworkspaceauditlogs — Webflow Get Workspace Audit Logs
/v1/workspaces/{workspace-id-or-slug}/audit-logs

MCP Tools

webflow-get-workspace-audit-logs

Webflow Get Workspace Audit Logs

read-only idempotent

Capability Spec

sites-workspce-audit-logs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webflow Sites API — Workspce Audit Logs
  description: 'Webflow Sites API — Workspce Audit Logs. 1 operations. Lead operation: Webflow Get Workspace Audit Logs. Self-contained
    Naftiko capability covering one Webflow business surface.'
  tags:
  - Webflow
  - Workspce Audit Logs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBFLOW_API_KEY: WEBFLOW_API_KEY
capability:
  consumes:
  - type: http
    namespace: sites-workspce-audit-logs
    baseUri: https://api.webflow.com/v2
    description: Webflow Sites API — Workspce Audit Logs business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspace_id_or_slug-audit_logs
      path: /workspaces/{workspace_id_or_slug}/audit_logs
      operations:
      - name: getworkspaceauditlogs
        method: GET
        description: Webflow Get Workspace Audit Logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace_id_or_slug
          in: path
          type: string
          description: Unique identifier or slug for a Workspace
          required: true
        - name: limit
          in: query
          type: integer
          description: 'Maximum number of records to be returned (max limit: 100)'
        - name: offset
          in: query
          type: integer
          description: Offset used for pagination if the results have more than limit records
        - name: sortOrder
          in: query
          type: string
          description: Sorts the results by asc or desc
        - name: eventType
          in: query
          type: string
          description: The event type to filter by
        - name: from
          in: query
          type: string
          description: The start date to filter by
        - name: to
          in: query
          type: string
          description: The end date to filter by
    authentication:
      type: bearer
      token: '{{env.WEBFLOW_API_KEY}}'
  exposes:
  - type: rest
    namespace: sites-workspce-audit-logs-rest
    port: 8080
    description: REST adapter for Webflow Sites API — Workspce Audit Logs. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspace-id-or-slug}/audit-logs
      name: workspaces-workspace-id-or-slug-audit-logs
      description: REST surface for workspaces-workspace_id_or_slug-audit_logs.
      operations:
      - method: GET
        name: getworkspaceauditlogs
        description: Webflow Get Workspace Audit Logs
        call: sites-workspce-audit-logs.getworkspaceauditlogs
        with:
          workspace_id_or_slug: rest.workspace_id_or_slug
          limit: rest.limit
          offset: rest.offset
          sortOrder: rest.sortOrder
          eventType: rest.eventType
          from: rest.from
          to: rest.to
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sites-workspce-audit-logs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webflow Sites API — Workspce Audit Logs. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: webflow-get-workspace-audit-logs
      description: Webflow Get Workspace Audit Logs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sites-workspce-audit-logs.getworkspaceauditlogs
      with:
        workspace_id_or_slug: tools.workspace_id_or_slug
        limit: tools.limit
        offset: tools.offset
        sortOrder: tools.sortOrder
        eventType: tools.eventType
        from: tools.from
        to: tools.to
      outputParameters:
      - type: object
        mapping: $.