---
title: "Retrieve attachments associated with a given scouting observation."
method: GET
path: "/v4/layers/scoutingObservations/{scoutingObservationId}/attachments"
tags: ["Layers"]
---

# Retrieve attachments associated with a given scouting observation.

`GET /v4/layers/scoutingObservations/{scoutingObservationId}/attachments`

Retrieve attachments associated with a given scouting observation. Photos added to scouting notes in the FieldView app are capped to 20MB, and we won’t store photos larger than that in a scouting note.

## Path parameters

- `scoutingObservationId` string, uuid, required

## Headers

- `X-Next-Token` string
- `X-Limit` integer

## Response `200`

OK

- ScoutingObservationAttachments — A batch of scouting attachments
  - `results` ScoutingObservationAttachment[], required
    - `id` string, uuid, required — id of the attachment
    - `updatedAt` string, date-time, required — The time the attachment was last updated. Time in ISO 8601 format with UTC timezone, 3 fractional seconds. (https://tools.ietf.org/html/rfc3339)
    - `contentType` string, required — The content type of the attachment, e.g. image/png.
    - `length` integer, required — The number of bytes in the attachment.
    - `status` 'ACTIVE' | 'DELETED', required — The status of the attachment. For example : ACTIVE, DELETED

## Other responses

- `206` — Partial Result
- `304` — Not Modified
- `400` — Bad Input
- `403` — Forbidden
- `404` — Not Found

---

[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/versions/f6831695600e/schema)
