Docusign · Capability

Docusign Monitor API — DataSet

Docusign Monitor API — DataSet. 1 operations. Lead operation: Docusign Gets customer event data for an organization.. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignDataSet

What You Can Do

GET
Apiversiondatasetsbydatasetnamestreamget — Docusign Gets customer event data for an organization.
/v1/api/v-version/datasets/{datasetname}/stream

MCP Tools

docusign-gets-customer-event-data

Docusign Gets customer event data for an organization.

read-only idempotent

Capability Spec

monitor-dataset.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Docusign Monitor API — DataSet
  description: 'Docusign Monitor API — DataSet. 1 operations. Lead operation: Docusign Gets customer event data for an organization..
    Self-contained Naftiko capability covering one Docusign business surface.'
  tags:
  - Docusign
  - DataSet
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOCUSIGN_API_KEY: DOCUSIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: monitor-dataset
    baseUri: https://lens.docusign.net
    description: Docusign Monitor API — DataSet business capability. Self-contained, no shared references.
    resources:
    - name: api-v{version}-datasets-dataSetName-stream
      path: /api/v{version}/datasets/{dataSetName}/stream
      operations:
      - name: apiversiondatasetsbydatasetnamestreamget
        method: GET
        description: Docusign Gets customer event data for an organization.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataSetName
          in: path
          type: string
          description: Must be `monitor`.
          required: true
        - name: version
          in: path
          type: string
          description: Must be `2`.
          required: true
        - name: cursor
          in: query
          type: string
          description: Specifies a pointer into the dataset where your query will begin. You can either provide an ISO DateTime
            or a string cursor (from the `endCursor` value in the r
        - name: limit
          in: query
          type: integer
          description: The maximum number of records to return. The default value is 1000.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.DOCUSIGN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: monitor-dataset-rest
    port: 8080
    description: REST adapter for Docusign Monitor API — DataSet. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v-version/datasets/{datasetname}/stream
      name: api-v-version-datasets-datasetname-stream
      description: REST surface for api-v{version}-datasets-dataSetName-stream.
      operations:
      - method: GET
        name: apiversiondatasetsbydatasetnamestreamget
        description: Docusign Gets customer event data for an organization.
        call: monitor-dataset.apiversiondatasetsbydatasetnamestreamget
        with:
          dataSetName: rest.dataSetName
          version: rest.version
          cursor: rest.cursor
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitor-dataset-mcp
    port: 9090
    transport: http
    description: MCP adapter for Docusign Monitor API — DataSet. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: docusign-gets-customer-event-data
      description: Docusign Gets customer event data for an organization.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitor-dataset.apiversiondatasetsbydatasetnamestreamget
      with:
        dataSetName: tools.dataSetName
        version: tools.version
        cursor: tools.cursor
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.