---
title: "Get Single Area By Id"
method: GET
path: "/v3/forest-watcher/area/{areaId}"
tags: ["v3"]
---

# Get Single Area By Id

`GET /v3/forest-watcher/area/{areaId}`

Retrieve an area for the logged in user. Area object contains geostore, associated report templates and associated teams.

## Response `200`

OK

- object
  - `data` Area
    - `name` string, required
    - `application` string, required
    - `geostore` string, required
    - `userId` string, required
    - `createdAt` string
    - `updatedAt` string
    - `image` string, required
    - `datasets` object[]
    - `use` object
    - `env` string
    - `iso` object
    - `admin` object
    - `tags` object[]
    - `status` string
    - `public` boolean
    - `fireAlerts` boolean
    - `deforestationAlerts` boolean
    - `webhookUrl` string
    - `monthlySummary` boolean
    - `subscriptionId` string
    - `email` string
    - `language` string
    - `confirmed` boolean
    - `teamId` string
    - `reportTemplate` object[]

## Other responses

- `401` — Error Response
- `404` — Error Response

## Changes

- **2022-07-06** `d862041fdb41` — 3 breaking, 1 info
  - removed the required property `attributes` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `type` from the response with the `200` status
  - added the optional property `data` to the response with the `200` status
- **2022-05-24** `c88cf2d953c5` — 1 info
  - api tag `v3` added
- **2022-05-23** `d9196ade02b2` — 1 info
  - api operation id `get-v3-forest-watcher-area` removed and replaced with `get-v3-forest-watcher-area-areaid`
- **2022-05-10** `f31b77e82172` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wri/apis/fw-api/changes/v3/forest-watcher/area/:areaId/get.md)

---

[API](https://skmtc.dev/wri/apis/fw-api.md) · [All operations](https://skmtc.dev/wri/apis/fw-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wri/fw-api/revisions/9bcf4fe5dd9c/schema)
