> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Read from space

> Get a space route by path, including its source code.

{/* Tool: get_space_route */}

Use this to inspect the code of an existing route before editing it. For a fresh Space, `/` returns the built-in starter homepage with `source: starter`.

## Parameters

<ParamField path="path" type="string" required={true}>
  Route path, e.g. '/api/hello' or '/about'.
</ParamField>
