---
title: "Get a Resource Driver."
method: GET
path: "/orgs/{orgId}/resources/drivers/{driverId}"
tags: ["public", "DriverDefinition"]
---

# Get a Resource Driver.

`GET /orgs/{orgId}/resources/drivers/{driverId}`

# Only drivers that belongs to the given organization or registered as `public` are accessible through this endpoint

## Path parameters

- `orgId` string, required
- `driverId` string, required

## Response `200`

The requested Resources Driver details.

- DriverDefinitionResponse — DriverDefinition describes the resource driver. Resource Drivers are code that fulfils the Humanitec Resource Driver Interface. This interface allows for certain actions to be performed on resources such as creation and destruction. Humanitec provides numerous Resource Drivers “out of the box”. It is also possible to use 3rd party Resource Drivers or write your own.
  - `account_types` string[], required — List of resources accounts types supported by the driver
  - `id` string, required — The ID for this driver. Is used as `driver_type`.
  - `inputs_schema` object, required — A JSON Schema specifying the driver-specific input parameters.
  - `org_id` string, required — The Organization this driver exists under. Useful as public drivers are accessible to other orgs.
  - `target` string — The prefix where the driver resides or, if the driver is a virtual driver, the reference to an existing driver using the `driver://` schema of the format `driver://{orgId}/{driverId}`. Only members of the organization the driver belongs to can see `target`.
  - `template` unknown
  - `type` string, required — The type of resource produced by this driver

## Other responses

- `404` — A Resource Driver with the 'driverId' ID is not found or is not accessible by the organization.
- `500` — Internal application error.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
