get
/api/v2/analyses/{id}/zones
Python SDK method:
client.analyses.get_analysis_zones(id)

Get analysis zones

Returns the zones for a given analysis id including their geometry as geoJSON.

Altitude Help Center — getGeography

Input Parameters

NameLocationTypeValuesDescriptionValue Required
idpathstring-Resource identifier.Y

Success Responses

200 response: object

OK.

NameTypeDescription
bboxarray<number (double)>Bounding box [west, south, east, north].
geometryobjectGeoJSON geometry object representing the zone boundary.
propertiesobjectZone metadata object containing the zone's identity, type, display name, and type-specific details.
typestringAlways "Feature".

Response Errors

HTTP Status CodeReason
400The request body or parameters are invalid.
401Authentication is required or the provided credentials are invalid.
403The authenticated user lacks permission to perform this operation.
404The requested resource does not exist.
422The request is syntactically valid but semantically cannot be processed.
429The request rate limit has been exceeded.
500An unexpected server error occurred.