---
title: "Check Path Exists"
method: GET
path: "/notebook/check-path"
tags: ["runtime_mutations", "notebook"]
---

# Check Path Exists

`GET /notebook/check-path`

Check if a file path exists.

``session_id`` scopes the check to an isolated run's own prefix (the
``--cloud`` copy-back); absent, it checks the shared workspace.

## Query parameters

- `path` string
- `session_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/dcf9b4550387/schema)
