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

---

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