Mixpanel · Capability

Mixpanel Data Pipelines API — Pipeline Runs

Mixpanel Data Pipelines API — Pipeline Runs. 1 operations. Lead operation: Mixpanel List pipeline runs. Self-contained Naftiko capability covering one Mixpanel business surface.

Run with Naftiko MixpanelPipeline Runs

What You Can Do

GET
Listpipelineruns — Mixpanel List pipeline runs
/v1/nessie/pipeline/runs

MCP Tools

mixpanel-list-pipeline-runs

Mixpanel List pipeline runs

read-only idempotent

Capability Spec

data-pipelines-pipeline-runs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mixpanel Data Pipelines API — Pipeline Runs
  description: 'Mixpanel Data Pipelines API — Pipeline Runs. 1 operations. Lead operation: Mixpanel List pipeline runs. Self-contained
    Naftiko capability covering one Mixpanel business surface.'
  tags:
  - Mixpanel
  - Pipeline Runs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MIXPANEL_API_KEY: MIXPANEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-pipelines-pipeline-runs
    baseUri: https://data.mixpanel.com/api/2.0
    description: Mixpanel Data Pipelines API — Pipeline Runs business capability. Self-contained, no shared references.
    resources:
    - name: nessie-pipeline-runs
      path: /nessie/pipeline/runs
      operations:
      - name: listpipelineruns
        method: GET
        description: Mixpanel List pipeline runs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: string
          description: Pipeline ID
          required: true
    authentication:
      type: basic
      username: '{{env.MIXPANEL_USER}}'
      password: '{{env.MIXPANEL_PASS}}'
  exposes:
  - type: rest
    namespace: data-pipelines-pipeline-runs-rest
    port: 8080
    description: REST adapter for Mixpanel Data Pipelines API — Pipeline Runs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/nessie/pipeline/runs
      name: nessie-pipeline-runs
      description: REST surface for nessie-pipeline-runs.
      operations:
      - method: GET
        name: listpipelineruns
        description: Mixpanel List pipeline runs
        call: data-pipelines-pipeline-runs.listpipelineruns
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-pipelines-pipeline-runs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mixpanel Data Pipelines API — Pipeline Runs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: mixpanel-list-pipeline-runs
      description: Mixpanel List pipeline runs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-pipelines-pipeline-runs.listpipelineruns
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.