get
/api/v2/zones/metadata/contained-zones/{id}
Python SDK method:
client.zone_metadata.contained_zones(id=job_id).results()

Get contained zones results

Returns paginated zone metadata records for a completed contained zones job. Each record represents a zone that is geographically contained within the requested parent zones.

Altitude Help Center — getContainedZones

Input Parameters

NameLocationTypeValuesDescriptionValue Required
idpathstring-The id of the job whose results you want to fetch.Y

Success Responses

200 response: object

Paginated result data. When more pages are available, a Link: rel="next" header and Altitude-* pagination headers are included in the response.

NameTypeDescription
inputZoneobjectZone identity of the input (parent) zone.
zoneobjectZone metadata record for a zone contained within or associated with the input zone.

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.
409Result not yet ready. Poll the status monitor.
429The request rate limit has been exceeded.
500An unexpected server error occurred.