---
title: "Get Address Feature Geometry"
method: GET
path: "/api/v1/project/address/feature-geometry"
tags: ["project"]
---

# Get Address Feature Geometry

`GET /api/v1/project/address/feature-geometry`

Drawable geometry + bbox for one resolved candidate, pre-project.

404 covers both a malformed/unknown ``feature_id`` and a row with null
geometry — either way there is nothing to draw. Read failures map to 503,
mirroring ``/address/resolve``.

## Query parameters

- `source_table` 'parcel' | 'building' | 'place' | 'address' | 'school', required — The table a resolved feature lives in — what a caller pulls its data from, and the feature's kind. A text match in the ``address``, ``place`` or ``school`` table resolves (point-in-feature) to a ``parcel``/``building``; a ``parcel`` attribute match resolves to the parcel itself.
- `feature_id` string, required

## Response `200`

Successful Response

- AddressFeatureGeometryResponse — Drawable shape for one candidate: GeoJSON ``geometry`` plus its envelope ``bbox`` ``(min_lng, min_lat, max_lng, max_lat)`` so the confirm card can draw the boundary and frame the camera in one request.
  - `geometry` object, required
  - `bbox` unknown[], required
    - unknown

## Other responses

- `422` — Validation Error

---

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