action climate_get_v4_layers_scouting_observations_scouting_observation_id_atta { label: "Retrieve attachments associated with a given scouting observation." description: "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." provider: climate method: GET path: "/v4/layers/scoutingObservations/{scoutingObservationId}/attachments" encoding: json output: { type: "object" additionalProperties: true } }