Skip to main content
GET
Get writable project mount paths for a Workspace

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

workspaceId
string
required

Workspace ID. Obtain it from the Workspace URL.

Pattern: ^[0-9a-f]{24}$

Response

Writable project mount paths for the Workspace

Absolute writable mount paths for a Workspace's project files and Git repositories.

importedGitMounts
object
required

Map of imported Git repository IDs to their absolute mount paths.

Example:
mainDfsMount
string
required

Absolute path of the main Domino File System (DFS) directory.

Example:

"/mnt/artifacts"

mainGitMount
string | null

Absolute path of the main Git repository when the Project has one.

Example:

"/mnt/code"

Last modified on September 3, 2026