---
title: "POST /harvest"
method: POST
path: "/harvest"
tags: ["metadata"]
---

# POST /harvest

`POST /harvest`

Harvest metadata of a data object based on its identifier

## Request body

- Harvest
  - `object_identifier` string, required — The full identifier of data object that needs to be harvested

## Response `200`

successful operation

- HarvestResults
  - `target_uri` string
  - `metadata` object[]
    - `method` string
    - `url` string
    - `format` string
    - `schema` string
    - `namespaces` string[]
    - `metadata` object

## Other responses

- `400` — Invalid identifier supplied
- `401` — Authentication information is missing or invalid
- `404` — Object not found

---

[API](https://skmtc.net/pangaea-data-publisher/apis/f-uji.md) · [All operations](https://skmtc.net/pangaea-data-publisher/apis/f-uji/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pangaea-data-publisher/f-uji/versions/366a886a9acc/schema)
