action climate_get_v4_layers_as_applied_activity_id_contents { label: "Retrieve the raw application activity" description: "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." provider: climate method: GET path: "/v4/layers/asApplied/{activityId}/contents" encoding: json output: { type: "object" additionalProperties: true } }