Qovery · Capability

Qovery API — Helm Deployment History

Qovery API — Helm Deployment History. 2 operations. Lead operation: List helm deployments. Self-contained Naftiko capability covering one Qovery business surface.

Run with Naftiko QoveryHelm Deployment History

What You Can Do

GET
Listhelmdeploymenthistory — List helm deployments
/v1/helm/{helmid}/deploymenthistory
GET
Listhelmdeploymenthistoryv2 — List helm deployments
/v1/helm/{helmid}/deploymenthistoryv2

MCP Tools

list-helm-deployments

List helm deployments

read-only idempotent
list-helm-deployments-2

List helm deployments

read-only idempotent

Capability Spec

qovery-helm-deployment-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — Helm Deployment History
  description: 'Qovery API — Helm Deployment History. 2 operations. Lead operation: List helm deployments. Self-contained
    Naftiko capability covering one Qovery business surface.'
  tags:
  - Qovery
  - Helm Deployment History
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QOVERY_API_KEY: QOVERY_API_KEY
capability:
  consumes:
  - type: http
    namespace: qovery-helm-deployment-history
    baseUri: https://api.qovery.com
    description: Qovery API — Helm Deployment History business capability. Self-contained, no shared references.
    resources:
    - name: helm-helmId-deploymentHistory
      path: /helm/{helmId}/deploymentHistory
      operations:
      - name: listhelmdeploymenthistory
        method: GET
        description: List helm deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: helm-helmId-deploymentHistoryV2
      path: /helm/{helmId}/deploymentHistoryV2
      operations:
      - name: listhelmdeploymenthistoryv2
        method: GET
        description: List helm deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pageSize
          in: query
          type: number
          description: The number of deployments to return in the current page
    authentication:
      type: bearer
      token: '{{env.QOVERY_API_KEY}}'
  exposes:
  - type: rest
    namespace: qovery-helm-deployment-history-rest
    port: 8080
    description: REST adapter for Qovery API — Helm Deployment History. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/helm/{helmid}/deploymenthistory
      name: helm-helmid-deploymenthistory
      description: REST surface for helm-helmId-deploymentHistory.
      operations:
      - method: GET
        name: listhelmdeploymenthistory
        description: List helm deployments
        call: qovery-helm-deployment-history.listhelmdeploymenthistory
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/helm/{helmid}/deploymenthistoryv2
      name: helm-helmid-deploymenthistoryv2
      description: REST surface for helm-helmId-deploymentHistoryV2.
      operations:
      - method: GET
        name: listhelmdeploymenthistoryv2
        description: List helm deployments
        call: qovery-helm-deployment-history.listhelmdeploymenthistoryv2
        with:
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-helm-deployment-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — Helm Deployment History. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-helm-deployments
      description: List helm deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-deployment-history.listhelmdeploymenthistory
      outputParameters:
      - type: object
        mapping: $.
    - name: list-helm-deployments-2
      description: List helm deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-deployment-history.listhelmdeploymenthistoryv2
      with:
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.