Plan Tasks & Messaging
Get plan tasks by lead ID
Retrieves AI tasks associated with a lead. Tasks are returned in V2 format with human-friendly status and type names.
GET
Get plan tasks by lead ID
Headers
Bearer [access_token]
Path Parameters
Lead ID
Response
Plan tasks retrieved successfully
Task ID
Example:
123456
Task content/description
Example:
"Follow up with client"
Task type: CALL, EMAIL, TEXT, etc.
Example:
"CALL"
Task status: PENDING, FINISHED, OVERDUE
Example:
"PENDING"
Due date in ISO8601 format
Example:
"2026-03-01T15:30:00Z"
Created time in ISO8601 format
Example:
"2026-02-28T10:00:00Z"
Assigned to user ID
Example:
67890
Creator user ID
Example:
12345