---
title: "Workload Profile Chart Versions for the given organization."
method: GET
path: "/orgs/{orgId}/workload-profile-chart-versions"
tags: ["public", "WorkloadProfile"]
---

# Workload Profile Chart Versions for the given organization.

`GET /orgs/{orgId}/workload-profile-chart-versions`

Returns all Workload Profile Chart Versions for the given organization.

## Path parameters

- `orgId` string, required

## Query parameters

- `per_page` integer
- `page` string
- `id` string
- `version` string

## Response `200`

List of Workload Profile Chart Versions.

- WorkloadProfileChartVersionResponse[]
  - `created_at` string, date-time, required — Creation date
  - `created_by` string, required — User created the profile
  - `org_id` string, required — Organization ID
  - `id` string, required — Workload Profile Chart Version ID
  - `version` string, required — Version

---

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