v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBLead Manual Log
Get a manual log entry by ID
Returns a single manual log entry by its ID.
Returns 404 RESOURCE_NOT_EXIST when:
- The ID does not exist or has been deleted.
- The ID exists but its logType is not one of logCall, logEmail or logText.
An ID returned by POST /v1.0/logType may briefly return 404 here until the asynchronous write has been applied.
get/v1.0/logType/{logTypeId}
Path parameters
logTypeIdinteger required
ID of the manual log entry to retrieve.
Headers
Authorizationstring required
Bearer [access_token]
Response
Manual log entry retrieved successfully.
Example response
{
"logType": {
"id": 563172647619608,
"leadId": 100001,
"leadPhoneNumber": "5865865860",
"callingOutcome": "VoiceMessage",
"content": "Discussed Austin inventory, will send pre-approval doc tomorrow.",
"createTime": "2026-04-22 10:15:30",
"outboundOrInbound": "outbound",
"agentId": 100234,
"emailSubject": "Follow-up on Austin listings",
"toEmail": "sarah.johnson@example.com",
"fromEmail": "agent@lofty.com"
}
}