---
title: "Get Published Attribute Values for an Entity"
method: GET
path: "/published-attributes/{published-attribute-token}/values"
tags: ["Published Attributes"]
---

# Get Published Attribute Values for an Entity

`GET /published-attributes/{published-attribute-token}/values`

## Query parameters

- `page` integer
- `per_page` integer

## Headers

- `alloy-entity-token` string — An Alloy-generated string to identify the entity.
- `alloy-external-entity-id` string — A client-generated string to identify the entity.

## Response `200`

Get published attribute values.

- object
  - `values` 0 — unresolved $ref
  - `page` integer — Pagination number.
  - `per_page` integer — The number of published attribute values to show per page.

## Other responses

- `400` — Must provide valid header (`alloy-entity-token` or `alloy-external-entity-id`)
- `404` — Unable to find published attribute with specified token

---

[API](https://skmtc.dev/alloy/apis/alloy-api.md) · [All operations](https://skmtc.dev/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
