---
title: "List resource classes."
method: GET
path: "/orgs/{orgId}/resources/classes"
tags: ["public", "ResourceClass"]
---

# List resource classes.

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

## Path parameters

- `orgId` string, required

## Response `200`

A possibly empty list of resources classes.

- ResourceClassResponse[]
  - `id` string, required — ID of the resource class.
  - `resource_type` string, required — Defines the resource type this class is applicable for.
  - `description` string, required — A human readable description when this class should be used.
  - `created_by` string, required — usedID of the user who created the resource class
  - `created_at` string, date-time, required — UTC timestamp at which the resource class was created

---

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