Qovery · Capability

Qovery API — Terraform Deployment History

Qovery API — Terraform Deployment History. 1 operations. Lead operation: List terraform deployments. Self-contained Naftiko capability covering one Qovery business surface.

Run with Naftiko QoveryTerraform Deployment History

What You Can Do

GET
Listterraformdeploymenthistoryv2 — List terraform deployments
/v1/terraform/{terraformid}/deploymenthistoryv2

MCP Tools

list-terraform-deployments

List terraform deployments

read-only idempotent

Capability Spec

qovery-terraform-deployment-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — Terraform Deployment History
  description: 'Qovery API — Terraform Deployment History. 1 operations. Lead operation: List terraform deployments. Self-contained
    Naftiko capability covering one Qovery business surface.'
  tags:
  - Qovery
  - Terraform 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-terraform-deployment-history
    baseUri: https://api.qovery.com
    description: Qovery API — Terraform Deployment History business capability. Self-contained, no shared references.
    resources:
    - name: terraform-terraformId-deploymentHistoryV2
      path: /terraform/{terraformId}/deploymentHistoryV2
      operations:
      - name: listterraformdeploymenthistoryv2
        method: GET
        description: List terraform 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-terraform-deployment-history-rest
    port: 8080
    description: REST adapter for Qovery API — Terraform Deployment History. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/terraform/{terraformid}/deploymenthistoryv2
      name: terraform-terraformid-deploymenthistoryv2
      description: REST surface for terraform-terraformId-deploymentHistoryV2.
      operations:
      - method: GET
        name: listterraformdeploymenthistoryv2
        description: List terraform deployments
        call: qovery-terraform-deployment-history.listterraformdeploymenthistoryv2
        with:
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-terraform-deployment-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — Terraform Deployment History. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-terraform-deployments
      description: List terraform deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-terraform-deployment-history.listterraformdeploymenthistoryv2
      with:
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.