Applications
Get preview application logs.
Get runtime container logs for a preview deployment by application UUID and pull request ID.
get/applications/{uuid}/previews/{pull_request_id}/logs
Path parameters
uuidstring required
UUID of the application.
pull_request_idinteger required
Pull request ID of the preview deployment.
Query parameters
Number of lines to show from the end of the logs. Use all to return all logs. -1 remains available as a compatibility alias.
show_timestampsboolean
Show timestamps in the logs.
Response
Preview runtime logs.
Changes
Changed in 1 of the 63 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○