Get ReliefWeb Report
reliefweb_get_reportFetch a single ReliefWeb report by its numeric ID with full body text, file attachments, and all metadata. Use after reliefweb_search_reports to retrieve document content — body is excluded from search results to manage context budget. Report bodies can be 10–100KB. A record over the response budget comes back as a section outline naming every section and its byte size; re-call with sections to pull only the ones needed. Nothing is truncated on either path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ReliefWeb numeric report ID. Obtained from reliefweb_search_reports results. | |
| sections | No | Sections of the report record to return, named by the sections[].name values an outline response lists. Omit for the whole record, or for a section outline when the record is over the response budget. Identity metadata — the record's ID, its name, and its canonical URL — comes back alongside whatever is requested. The call is self-contained — the record is re-fetched and sliced, so no prior call has to be repeated. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ReliefWeb numeric report ID. | |
| body | No | Full report body text (HTML). Present for most reports; absent for binary-only documents. | |
| kind | No | full when the record — or the sections asked for — is returned in whole; outline when the record exceeded the response budget and only its section index is returned. | |
| error | No | Present when the call failed. Absent on success. | |
| title | No | Report title. | |
| themes | No | Humanitarian theme/sector names. | |
| formats | No | Content format names. | |
| sources | No | Publishing organizations (short names). | |
| fileUrls | No | Direct file download URLs attached to this report. | |
| sections | No | Every section of the record, largest first. Pass the names back in `sections` to retrieve them. | |
| urlAlias | No | Canonical ReliefWeb URL for this report. | |
| countries | No | All countries tagged on this report. | |
| languages | No | Language codes (ISO 639-1). | |
| dateCreated | No | ReliefWeb index date (ISO 8601). | |
| dateOriginal | No | Source publication date (ISO 8601). | |
| outlineNotice | No | How to re-call this tool for specific sections of the record. | |
| primaryCountry | No | Primary country name for this report. | |
| headlineSummary | No | Short editorial summary from the headline block, when present. |