Workspaces
Fetch clone status
Fetches the status of a workspace clone.
GET
Authorizations
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
ID of the workspace
Response
202
application/json
The clone is still in progress. To find the status of the clone use the status_endpoint returned.
The status of the new cloned workspace.
Available options:
pending
, in_progress
, completed
, failed
Example:
"completed"
The url of the new workspace's clone status.
Example:
"https://app.getcensus.com/api/v1/workspaces/1123/clone_status"
Was this page helpful?