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.
Parameters
Path Parameters
deploymentId string Required
Path parameter "deploymentId"
Response
Response Body
id string Required
A unique identifier for the deployment.
object string Required
Fixed value identifying this object as a deployment.
inspectorUrl string Required
URL to the deployment inspector.
chatId string Required
The ID of the chat that this deployment is scoped to.
projectId string Required
The ID of the project that this deployment is scoped to.
versionId string Required
The ID of the version that this deployment is scoped to.
apiUrl string Required
The API endpoint URL for accessing this deployment programmatically.
webUrl string Required
The web URL where the deployment can be viewed or managed.