---
title: "Get Workload Attribute Values"
method: GET
path: "/workload/attributes/{attribute_key}/values"
tags: ["WORKLOAD"]
---

# Get Workload Attribute Values

`GET /workload/attributes/{attribute_key}/values`

Get distinct values for a specific workload attribute with pagination.

This endpoint extracts distinct values from the query_tag column in ClickHouse
based on the specified attribute_key. Used for populating filter dropdowns
when a workload attribute is selected for grouping.

## Path parameters

- `attribute_key` string, required

## Query parameters

- `start_date` string, date-time
- `end_date` string, date-time
- `workflow_type` string
- `page` integer — Page number (1-indexed)
- `size` integer — Items per page
- `search` string, nullable — Search string to filter values
- `navigationSource` string, nullable

## Response `200`

Successful Response

- WorkloadAttributeValues — Response schema for distinct values of a workload attribute (for filter dropdowns).
  - `attribute_key` string, required
  - `values` string[], required
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
