---
title: "Fetch the email from the project cloud storage"
method: POST
path: "/api/v3/projects/{id}/sync_email"
tags: ["projects"]
---

# Fetch the email from the project cloud storage

`POST /api/v3/projects/{id}/sync_email`

## Path parameters

- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- ProjectSyncEmail — Schema for project sync email
  - `state` string, required — Current status on fetching sync email
  - `email` string, nullable — Cloud sync email

## Other responses

- `202` — Processing

---

[API](https://skmtc.net/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.net/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/versions/66ee1c20b92d/schema)
