---
title: "List Clarity Process Assigned Labels"
method: GET
path: "/v2/clarity/processes/{id}/labels"
tags: ["Clarity"]
---

# List Clarity Process Assigned Labels

`GET /v2/clarity/processes/{id}/labels`

List process tags on a process.

## Path parameters

- `id` string, uuid, required

## Response `200`

Default Response

- object
  - `labels` object[], required
    - `id` string, uuid, required
    - `value` string, required
    - `colorHue` integer, required
    - `source` 'human' | 'agent', required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `500` — Default Response

---

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