---
title: "Get a resource"
method: GET
path: "/metadata/resources/{owner}"
tags: ["catalog resources"]
---

# Get a resource

`GET /metadata/resources/{owner}`

Return details about a resource of any type in the organization. See "hydrations" query parameter for options to return even more details.

## Path parameters

- `owner` string, required

## Query parameters

- `iri` string, required
- `hydrations` boolean

## Response `200`

default response

- CatalogResourceGetResponse
  - `hydrations` PubSearchHydrations
    - `agents` object
    - `catalogConcepts` object
    - `collections` object
    - `properties` object
    - `relationships` object
    - `resourceHierarchy` object
  - `resource` CatalogResourceResponse
    - `collections` string[] — Collections that the resource is a part of
    - `iri` string, uri — IRI of the resource
    - `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.
    - `sourceId` string — Database of the resource (applies only to tables and columns)
    - `tableId` string — Table id of the resource (applies only to columns)
    - `tableIri` string — Table IRI of the resource (applies only to columns)
    - `title` string — Title of the resource
    - `types` string[] — Type of the resource
    - `url` string, uri — A URL that redirects to the resource's page on data.world

---

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