Back
get /v1/organizations/{organizationId}/spaces/{spaceId}/operations/{operationId}

Get space operation status

Returns the status of an asynchronous space copy or template application. Poll this endpoint until status is succeeded or failed; both are terminal. For CopySpace, use the source spaceId from the copy request. For CreateSpace from a template, use the new space.id from the create response. newSpaceId is populated when the operation succeeds.

path params

organizationIdstring required
spaceIdstring required

For a copy, this is the source space ID. For template application, this is the new space ID returned by CreateSpace.

operationIdstring required

The operation ID returned by CopySpace or CreateSpace.

Responses

Was this guide helpful?