---
title: "Find a resource by ID"
method: GET
path: "/datadeposits/{projectId}/resources/{resourceId}"
tags: ["Data deposit", "Project resources"]
---

# Find a resource by ID

`GET /datadeposits/{projectId}/resources/{resourceId}`

Returns a single resource for the project

## Path parameters

- `projectId` integer, required
- `resourceId` integer, required

## Response `200`

successful operation

- Project
  - `id` integer
  - `project_type` 'survey' | 'geospatial'
  - `title` string
  - `description` string
  - `shortname` string
  - `collaborators` string[]
  - `status` 'draft' | 'submitted' | 'processed' | 'closed' | 'cancelled' | 'published' — Project status codes * `draft` - Draft mode * `submitted` - Project is submitted and locked for user to make any further changes * `processed` - Project accepted and is being processed * `closed` - Processing completed and project is completed * `published` - Project published to one or more catalogs * `cancelled` - Project was cancelled
  - `created` string, date-time
  - `changed` string, date-time

## Other responses

- `400` — Invalid ID supplied
- `404` — Resource 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)
