Get a preview environment
Returns one preview environment, including the URL of the cloned application and the commit it currently runs.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Response
Get a preview environment
Api_V1_Entities_PreviewEnvironment model
Preview environment ID. Use it in the show, delete and redeploy endpoints
One of creating, active, updating, failed, destroying
UUID of the cloned application backing this preview environment
Name of the cloned application
Public URL of the preview environment
Pull request number, or null for a branch-based preview environment
Pull request title
GitHub login of the pull request author
open or closed
Link to the pull request on GitHub
Whether the pull request was merged
Head branch the preview environment tracks
Base branch of the pull request
Commit currently deployed
Why the last deployment failed, when status is failed
Timestamp of the last commit picked up
Timestamp of the last successful deployment
When the pull request was closed
When the preview environment is cleaned up automatically
Creation timestamp
Last update timestamp

