Qovery · Capability

Qovery API — Database Deployment History

Qovery API — Database Deployment History. 2 operations. Lead operation: List database deploys. Self-contained Naftiko capability covering one Qovery business surface.

Run with Naftiko QoveryDatabase Deployment History

What You Can Do

GET
Listdatabasedeploymenthistory — List database deploys
/v1/database/{databaseid}/deploymenthistory
GET
Listdatabasedeploymenthistoryv2 — List database deploys
/v1/database/{databaseid}/deploymenthistoryv2

MCP Tools

list-database-deploys

List database deploys

read-only idempotent
list-database-deploys-2

List database deploys

read-only idempotent

Capability Spec

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