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

integer
OR
'all'

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.

logsstring

Changes