Workspaces
Fetch clone status
Fetches the status of a workspace clone.
GET
/
workspaces
/
{workspace_id}
/
clone_status
Authorizations
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
workspace_id
integer
requiredID of the workspace
Response
202 - application/json
status
enum<string>
The status of the new cloned workspace.
Available options:
pending
, in_progress
, completed
, failed
status_endpoint
string
The url of the new workspace's clone status.
Was this page helpful?