Sandbox API
Get a specific sandbox by ID
get/workspaces/{workspace_domain}/sandboxes/{id}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
idstring required
Example:sb-1234567890abcdef
The ID of the sandbox
Response
Example response
{
"project": {
"name": "my-project",
"display_name": "My Project"
}
}