running entry is created for each build start and finalized to success, failure, or aborted when that build ends. Parallel template builds create one history entry per template build. Use the log id to retrieve the full log content via /templates/logs/history/{logID}.curl --location --request GET 'https://mock.apidog.com/m1/1126461-0-default/templates/logs/history' \
--header 'Authorization: Bearer <token>'[
{
"id": "abc123def456",
"status": "success",
"start": "2024-01-15T10:30:00.000Z",
"end": "2024-01-15T10:45:00.000Z",
"created": "2024-01-15T10:45:01.000Z",
"template": "debian-12-x64-server-template"
}
]