Fetch clone status
Fetches the status of a workspace clone.
Request schema
Path parameters
workspace_id
integerrequired
ID of the workspace
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
GET
https://app.getcensus.com/api/v1/workspaces/{workspace_id}/clone_status
GET /api/v1/workspaces/{workspace_id}/clone_status HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
202
The clone is still in progress. To find the status of the clone use the status_endpoint returned.
401
Invalid credentials for the requested resource.
403
The feature you're trying to use is not available for your organization.
404
Resource not found.
202
status
string
The status of the new cloned workspace.
enum:
status_endpoint
string
The url of the new workspace's clone status.
example:
401
status
integer
HTTP status code.
enum:
403
status
integer
HTTP status code.
enum:
message
string
Error message.
example:
404
status
integer
HTTP status code.
enum:
{ "status": "completed", "status_endpoint": "https://app.getcensus.com/api/v1/workspaces/1123/clone_status" }