Successful Response
The unique identifier of the project
The name of the project, used to identify it in the web UI
Represents a static asset like an image or a file.
A card representing a project deployment.
Attributes: project_deployment_id (ProjectDeploymentID): The unique identifier of the project deployment. project_version_id (ProjectVersionID): The unique identifier of the project version. project_id (ProjectID): The unique identifier of the project. organization_id (OrganizationID): The unique identifier of the organization. is_active (bool): Whether the deployment is active. deployment_failed (bool): Whether the deployment failed. deployed_by (ReducedUserProfile): The user who deployed the project. public_url (str | None): The public URL of the deployment. deployment_url (str | None): The deployment URL (subdomain-based). custom_domains (list[CustomDomainInfo]): List of custom domains linked to this project. created_at (AwareDatetime): The date and time the deployment was created. updated_at (AwareDatetime): The date and time the deployment was last updated.
The unique identifier of the conversation