---
title: "Show the sync status of the project with the id provided in the path request"
method: GET
path: "/api/v3/projects/{id}/sync_status"
tags: ["projects"]
---

# Show the sync status of the project with the id provided in the path request

`GET /api/v3/projects/{id}/sync_status`

## Path parameters

- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- ProjectSyncStatus — Schema for project sync status
  - `is_valid` boolean, required — Whether the sync token is still valid & Fieldwire is able to use it
  - `last_pulled_at` string, date-time, nullable, required — The last time data was pulled down from the sync target using this token
  - `last_pushed_at` string, date-time, nullable, required — The last time data was pushed up to the sync target using this token
  - `owner` string, required — Email of the Fieldwire user this token is connected to
  - `cloud_storage_email` string, nullable, required — Login email to the user's cloud storage

---

[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)
