Skip to content
Start here

History

HistoryLogs

Get deployment logs
GET/accounts/{account_id}/pages/projects/{project_name}/deployments/{deployment_id}/history/logs
ModelsExpand Collapse
LogGetResponse object { data, includes_container_logs, total }
data: array of object { line, ts }
line: string
ts: string
includes_container_logs: boolean
total: number