Deployment logs
logsShows the log of a project's latest deployment, or of a given deployment, newest lines last, with secrets removed. Set errors_only to see only errors and warnings. The lines are the build's and the app's own output. Changes nothing. Needs an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | How many lines, newest last. Default 80. | |
| project | No | The project's id, name or repository. Optional with one project. | |
| errors_only | No | Only errors and warnings | |
| deployment_id | No | A specific deployment, instead of the latest |