# Return a list of unique geo-locations GET /v3/web-audits/{auditId}/runs/{runId}/geo-locations Get all unique geo-locations found on all the pages in a given audit run Endpoint: GET /v3/web-audits/{auditId}/runs/{runId}/geo-locations Security: API_Key ## Path parameters: - `auditId` (integer, required) Unique identification number for web audit Example: 107239 - `runId` (integer, required) Unique identification number for web audit or journey run Example: 33010 ## Response 200 fields (application/json): - `id` (integer) - `countryCode` (integer) - `countryName` (string) ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)