---
title: "Sync Group Frameworks To S3"
method: POST
path: "/v2/framework/groups/{group_id}/sync-s3"
tags: ["Framework"]
---

# Sync Group Frameworks To S3

`POST /v2/framework/groups/{group_id}/sync-s3`

Save all framework data in a group to S3.

Iterates over every framework in the group, fetches its data, and
writes it to S3 as parquet.  Frameworks that are out of date (409)
are logged and returned in the ``out_of_date`` list but do not
block the remaining frameworks from being saved.

## Path parameters

- `group_id` string, required

## Request body

- object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/versions/bd33ea42994c/schema)
