---
title: "Find JDBC Drivers"
method: GET
path: "/jdbc"
tags: ["JDBC Driver"]
deprecated: true
---

# Find JDBC Drivers

`GET /jdbc`

> **Deprecated.**

Finds JDBC drivers that match the given search criteria. By default a result containing 1000 JDBC drivers are returned.<br />This operation is deprecated and it will be removed in the future.

## Query parameters

- `offset` integer
- `limit` integer
- `countLimit` integer
- `databaseName` string — the database name of the JDBC driver to find. The exact name must be used to find the JDBC driver case sensitive, and 'equals' style of match).
- `databaseVersion` string — the database version of the JDBC driver to find. The exact value must be used to find the JDBC driver.

## Response `200`

JDBC drivers searched

- JdbcDriverPagedResponse
  - `total` integer — The total number of results.
  - `offset` integer — The offset for the results.
  - `limit` integer — The maximum number of results to be returned.
  - `results` JdbcDriver[] — The list of results.
    - `type` string, required
    - `className` string, required — Fully qualified class name of the JDBC driver (e.g. "org.postgresql.Driver", "com.mysql.cj.jdbc.Driver", etc.).
    - `jar` string, uuid, required — Reference id of the driver jar uploaded via `POST /drivers/jars`.
    - `additionalClasspathFiles` string[]

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
