getDeployment

Beta

getDeployment

Get the current deployment status snapshot.

framer.getDeployment(deploymentId: string): Promise<Deployment

This returns a current snapshot and does not wait for the deployment to finish. A "ready" deployment may still have warning issues; use getDeploymentIssues() when issue detail is needed.

Parameters

  • deploymentId: string – The deployment to inspect.

Returns

  • Promise<Deployment> – The current deployment status snapshot.