---
title: "List driver and classpath jars"
method: GET
path: "/drivers/jars"
tags: ["DriverArtifacts"]
---

# List driver and classpath jars

`GET /drivers/jars`

Returns a paginated list of driver and classpath jars available for use across all data source connections across all configured Edge sites in the Collibra Platform.

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Success

- DriverJarListResponse — List of driver jar files available for an Edge site.
  - `nextCursor` string — Cursor for the next page of results. Absent if there are no more results.
  - `results` DriverJar[], required
    - `id` string, uuid, required — Reference id for the driver jar.
    - `name` string, required — Name of the JDBC driver (e.g., "postgres-16", "mysql-8").
    - `version` string, required — Semantic version of the JDBC driver (e.g., "42.2.20", "8.0.23").
    - `filename` string, required — Original filename of the uploaded jar (e.g. "postgresql-42.7.3.jar").
    - `createdOn` string, date-time — Timestamp when the driver jar was uploaded.
    - `lastModifiedOn` string, date-time — Timestamp when the driver jar was last updated.
    - `checksum` string, required — SHA-256 digest of the file content, encoded as URL-safe Base64 without padding.
    - `signature` DriverSignatureResponse
      - `id` string, uuid, required — UUID of the signature record.
      - `filename` string, required — Original filename of the uploaded signature file.
      - `signatureContent` string, required — Signature file content encoded as standard Base64. The original signature file is at most 10 KB.
      - `createdOn` string, date-time, required — Timestamp when the signature was first uploaded.
      - `lastModifiedOn` string, date-time, required — Timestamp when the signature was last replaced.

## Other responses

- `400` — Bad request — invalid input or validation error.
- `401` — Unauthorized — authentication is required or the provided credentials are invalid.
- `403` — Forbidden — insufficient permissions.
- `500` — Unexpected error.

---

[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)
