---
title: "Open Folder"
method: POST
path: "/backend/open-folder"
---

# Open Folder

`POST /backend/open-folder`

Open a folder (or the file's parent) on the SERVER machine.
Windows: Explorer; macOS: Finder; Linux: xdg-open.

## Query parameters

- `p` string, nullable — Relative path to open (dir or file’s parent)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
