Knock · Capability

Knock Bulk Operations API — Bulk-Operations

Knock Bulk Operations API — Bulk-Operations. 1 operations. Lead operation: getbulkoperation. Self-contained Naftiko capability covering one Knock business surface.

Knock Bulk Operations API — Bulk-Operations is a Naftiko capability published by Knock, one of 13 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/v1/bulk_operations/{…}.

The capability includes 1 read-only operation. Lead operation: Get bulk operation. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Knock and Bulk-Operations.

Run with Naftiko KnockBulk-Operations

What You Can Do

GET
Getbulkoperation — Get bulk operation
/v1/v1/bulk_operations/{id}

MCP Tools

knock-getbulkoperation

Get bulk operation

read-only idempotent

Capability Spec

bulk-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Knock Bulk Operations API — Bulk-Operations
  description: 'Knock Bulk Operations API — Bulk-Operations. 1 operations. Lead operation: getbulkoperation. Self-contained Naftiko capability covering one Knock business surface.'
  tags:
  - Knock
  - Bulk-Operations
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    KNOCK_API_KEY: KNOCK_API_KEY
capability:
  consumes:
  - type: http
    namespace: bulk-operations
    baseUri: https://api.knock.app
    description: Knock Knock Bulk Operations API business capability. Self-contained, no shared references.
    resources:
    - name: v1-bulk_operations-id
      path: /v1/bulk_operations/{id}
      operations:
      - name: getbulkoperation
        method: GET
        description: Get bulk operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      value: '{{env.KNOCK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: bulk-operations-rest
    port: 8080
    description: REST adapter for Knock Knock Bulk Operations API.
    resources:
    - path: /v1/v1/bulk_operations/{id}
      name: v1-bulk_operations-id
      description: REST surface for v1-bulk_operations-id.
      operations:
      - method: GET
        name: getbulkoperation
        description: Get bulk operation
        call: bulk-operations.getbulkoperation
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bulk-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Knock Knock Bulk Operations API. One tool per consumed operation.
    tools:
    - name: knock-getbulkoperation
      description: Get bulk operation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bulk-operations.getbulkoperation
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.