Skip to main content
GET
Get plan tasks by lead ID

Headers

Authorization
string
required

Bearer [access_token]

Path Parameters

leadId
integer<int64>
required

Lead ID

Response

Plan tasks retrieved successfully

id
integer<int64>

Task ID

Example:

123456

content
string

Task content/description

Example:

"Follow up with client"

taskType
string

Task type: CALL, EMAIL, TEXT, etc.

Example:

"CALL"

status
string

Task status: PENDING, FINISHED, OVERDUE

Example:

"PENDING"

dueAt
string

Due date in ISO8601 format

Example:

"2026-03-01T15:30:00Z"

createdAt
string

Created time in ISO8601 format

Example:

"2026-02-28T10:00:00Z"

assignedTo
integer<int64>

Assigned to user ID

Example:

67890

creatorId
integer<int64>

Creator user ID

Example:

12345