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

# Get project metadata

`GET /datadeposits/metadata/{projectId}`

Returns project metadata using the JSON schema format used by the project

## Path parameters

- `projectId` integer, required

## Response `200`

successful operation

- MetadataSchema
  - `id` integer
  - `project_type` 'survey' | 'geospatial'
  - `other_fields` object — Schema for one of the supported types

## Other responses

- `400` — Bad request

---

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