running entry is created when deployment starts and finalized to success, failure, or aborted when deployment ends. Use the log id to retrieve the full log content via /range/logs/history/{logID}.curl --location --request GET 'https://mock.apidog.com/m1/1126461-0-default/range/logs/history?rangeID&userID' \
--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"
}
]