---
title: "Trigger a retrieval of the content for the specified source"
method: POST
path: "/sources/{id}/retrieve"
tags: ["Source"]
---

# Trigger a retrieval of the content for the specified source

`POST /sources/{id}/retrieve`

## Response `200`

OK

- Retrieval — Output of the retrieval lambda function.
  - `bucket` string — S3 bucket name where the source content was stored
  - `key` string — S3 key of the source content
  - `upload_id` string — Upload ID correpsonding to this retrieval

## Other responses

- `400` — Malformed request
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/globaldothealth/apis/global-health-curator-service-api.md) · [All operations](https://skmtc.net/globaldothealth/apis/global-health-curator-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/globaldothealth/global-health-curator-service-api/revisions/5b1151265235/schema)
