---
title: "Get asset's glossary terms"
method: GET
path: "/assets/{id}/terms"
tags: ["assets"]
---

# Get asset's glossary terms

`GET /assets/{id}/terms`

Retrieve all glossary terms associated with an asset

## Path parameters

- `id` string, required

## Response `200`

OK

- AssetAssetTerm[]
  - `created_at` string
  - `created_by` string
  - `created_by_username` string
  - `definition` string
  - `source` string — "user" or "plugin:name"
  - `term_id` string
  - `term_name` string

## Other responses

- `404` — Not Found

## Changes

- **2025-11-17** `a923e291a286` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/marmotdata/apis/marmot-api/changes/assets/:id/terms/get.md)

---

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