---
title: "Get Workload Attributes"
method: GET
path: "/workload/attributes"
tags: ["WORKLOAD"]
---

# Get Workload Attributes

`GET /workload/attributes`

Get available workload attributes for grouping and filtering.

Returns default attributes (project_id, app_id) plus any custom tags
configured in the workload settings.

## Response `200`

Successful Response

- WorkloadAttributes — Response schema for available workload attributes.
  - `options` WorkloadAttribute[], required
    - `key` string, required
    - `label` string, required
    - `is_custom` boolean

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user

---

[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/103580dad816/schema)
