---
title: "Gets metadata glossary by owner."
method: GET
path: "/metadata/glossary/{owner}"
tags: ["legacy catalog - glossary"]
---

# Gets metadata glossary by owner.

`GET /metadata/glossary/{owner}`

Please refer to the updated IRI-based resource endpoints.

## Path parameters

- `owner` string, required

## Query parameters

- `typelabel` string
- `typeiri` string
- `sort` string[]
- `size` integer
- `from` integer

## Response `200`

default response

- PaginatedGenericResultsMetadataResourceDto
  - `consistent` boolean
  - `count` integer
  - `hydrations` PubSearchHydrations
    - `agents` object
    - `catalogConcepts` object
    - `collections` object
    - `properties` object
    - `relationships` object
    - `resourceHierarchy` object
  - `next` string
  - `records` MetadataResourceDto[]
    - `assetStatus` AssetStatus
      - `assetStatusLabel` string
      - `dispositionLabel` string
    - `category` string
    - `collections` CatalogId[]
      - `collectionId` string, required
      - `owner` string, required
      - `referent` string, required
    - `columnIndex` integer
    - `created` string, date-time, required
    - `dataType` string
    - `description` string
    - `encodedIri` string
    - `externalUrls` string[]
    - `id` string, required
    - `iri` string
    - `owner` string, required
    - `properties` object — All properties of the resource that are associated with a metadata presentation. Key is the IRI of the property. Value is the value of the property.
    - `relationshipTypes` string[]
    - `rootParentTypeIri` string
    - `rootParentTypeLabel` string
    - `summary` string
    - `table` TableId
      - `owner` string, required
      - `sourceId` string
      - `tableId` string, required
    - `tags` string[]
    - `title` string
    - `typeIri` string
    - `typeLabel` string
    - `updated` string, date-time
    - `url` string, uri
    - `visibility` 'DISCOVERABLE' | 'OPEN' | 'PRIVATE', required

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
