---
title: "Retrieve the raw application activity"
method: GET
path: "/v4/layers/asApplied/{activityId}/contents"
tags: ["Layers"]
---

# Retrieve the raw application activity

`GET /v4/layers/asApplied/{activityId}/contents`

Retrieve an individual application activity by id.  Ids are retrieved via the  /layers/asApplied route. Downloads larger than `5MiB` (`5242880 bytes`) in size, must be downloaded in chunks no larger than `5MiB` (`5242880 bytes`) and no smaller than `1MiB`  (`1048576 bytes`). The last chunk could be less than `1MiB` (`1048576 bytes`). The data is compressed using .zip format.

## Path parameters

- `activityId` string, uuid, required

## Headers

- `Accept` string, required
- `Range` string, required

## Response `200`

OK

## Other responses

- `206` — Partial Result
- `304` — Not Modified
- `400` — Bad Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `416` — Range Not Satisfiable
- `500` — Internal Server Error
- `503` — Server Busy

---

[API](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis.md) · [All operations](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldview/climate-fieldview-platform-apis/revisions/f6831695600e/schema)
