Hosted app + Deep agent container information.
| KEY | TYPE | Description |
|---|---|---|
| hostedAppContainerId | ID | The ID of the hosted app container |
| hostedAppId | ID | The ID of the hosted app |
| deploymentConversationId | ID | The deployment conversation ID |
| hostedAppVersion | ID | The instance of the hosted app |
| name | str | The name of the hosted app |
| userId | ID | The ID of the creation user |
| str | The email of the creation user | |
| createdAt | str | Creation timestamp |
| updatedAt | str | Last update timestamp |
| containerImage | str | Container image name |
| route | str | Container route |
| appConfig | dict | App configuration |
| isDev | bool | Whether this is a dev container |
| isDeployable | bool | Can this version be deployed |
| isPreviewAvailable | bool | Is the dev preview available on the container |
| lifecycle | str | Container lifecycle status (PENDING/DEPLOYING/ACTIVE/FAILED/STOPPED/DELETING) |
| status | str | Container status (RUNNING/STOPPED/DEPLOYING/FAILED) |
| deployedStatus | str | Deployment status (PENDING/ACTIVE/STOPPED/NOT_DEPLOYED) |
| accessLevel | str | Access Level (PUBLIC/PRIVATE/DEDICATED) |
| hostname | str | Hostname of the deployed app |
| llmArtifactId | ID | The ID of the LLM artifact |
| artifactType | str | The type of the artifact |
| deployedLlmArtifactId | ID | The ID of the deployed LLM artifact |
| hasDatabase | bool | Whether the app has a database associated to it |
| hasStorage | bool | Whether the app has a cloud storage associated to it |
| webAppProjectId | ID | The ID of the web app project |
| parentConversationId | ID | The ID of the parent conversation |