---
title: "v4 /surveyresources"
method: GET
path: "/surveyresources/{surveyResourceId}/rollups.csv"
tags: ["rollups"]
---

# v4 /surveyresources

`GET /surveyresources/{surveyResourceId}/rollups.csv`

Returns aggregated (rolled up) values computed from all AI features within the given survey resource and polygon.

## Path parameters

- `surveyResourceId` string, required

## Query parameters

- `polygon` string
- `bulk` boolean
- `packs` string
- `classes` string
- `streetAddress` string
- `city` string
- `state` string
- `zip` string
- `country` 'US' | 'AU'
- `alpha` boolean
- `beta` boolean

## Headers

- `X-Nearmap-Ext-Reference` string

## Response `200`

OK response to the rollups.csv endpoint.

## Other responses

- `400` — Bad Request. There was a problem with the request parameters.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found. No data is available matching the request criteria.

---

[API](https://skmtc.net/nearmap/apis/tiles.md) · [All operations](https://skmtc.net/nearmap/apis/tiles/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nearmap/tiles/revisions/1f55d21ac4b9/schema)
