---
title: "List Resource Drivers."
method: GET
path: "/orgs/{orgId}/resources/drivers"
tags: ["public", "DriverDefinition"]
---

# List Resource Drivers.

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

## Path parameters

- `orgId` string, required

## Response `200`

A possibly empty list of Resources Drivers.

- DriverDefinitionResponse[]
  - `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

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