deployments

Get Deployment

Get a deployment by ID. This will return the details of the deployment, including the inspector URL, chat ID, project ID, version ID, API URL, and web URL.

get/deployments/{deploymentId}

Path parameters

deploymentIdstring required

Path parameter "deploymentId"

Response

Success

idstring required

A unique identifier for the deployment.

object'deployment' required

Fixed value identifying this object as a deployment.

inspectorUrlstring required

URL to the deployment inspector.

chatIdstring required

The ID of the chat that this deployment is scoped to.

projectIdstring required

The ID of the project that this deployment is scoped to.

versionIdstring required

The ID of the version that this deployment is scoped to.

apiUrlstring uri required

The API endpoint URL for accessing this deployment programmatically.

webUrlstring uri required

The web URL where the deployment can be viewed or managed.

Changes