---
title: "List project resources"
method: GET
path: "/datadeposits/{projectId}/resources"
tags: ["Data deposit", "Project resources"]
---

# List project resources

`GET /datadeposits/{projectId}/resources`

List all data files and other resources attached to the project

## Path parameters

- `projectId` integer, required

## Response `200`

successful operation

- Resource
  - `id` integer
  - `pid` integer — Project ID
  - `resource_type` 'microdata' | 'questionnaire' | 'report' | 'table' | 'other'
  - `title` string
  - `description` string
  - `filename` string
  - `created` string, date-time
  - `changed` string, date-time

## Other responses

- `400` — Invalid ID supplied
- `404` — Project not found

---

[API](https://skmtc.net/ihsn/apis/nada.md) · [All operations](https://skmtc.net/ihsn/apis/nada/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ihsn/nada/versions/c5096c6028ba/schema)
