---
title: "Get an individual metadata analysis"
method: GET
path: "/metadata/analysis/{owner}/{id}"
tags: ["legacy catalog - analysis"]
---

# Get an individual metadata analysis

`GET /metadata/analysis/{owner}/{id}`

Please refer to the updated IRI-based resource endpoints.

## Path parameters

- `owner` string, required
- `id` string, required

## Response `200`

default response

- 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)
