---
title: "Onedrive Status"
method: GET
path: "/integrations/onedrive/status"
tags: ["OneDrive"]
---

# Onedrive Status

`GET /integrations/onedrive/status`

Check whether OneDrive is connected for the current customer.

## Response `200`

Successful Response

- OneDriveStatus — OneDrive connection status
  - `connected` boolean, required
  - `connected_at` string, nullable
  - `expires_at` string, nullable
  - `account_email` string, nullable
  - `folder_path` string, nullable

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
