---
title: "Retrieve a resource"
method: GET
path: "/resources/{resource_id}/"
tags: ["Resources"]
---

# Retrieve a resource

`GET /resources/{resource_id}/`

Retrieve the full metadata for a specific resource associated with a registration.

A resource may include datasets, materials, code, papers, or supplements.

## Path parameters

- `resource_id` string, required

## Response `200`

Successful retrieval of the resource.

## Other responses

- `401` — Authentication required.
- `403` — Permission denied.
- `404` — Resource not found.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
