Query Parameters
Maximum follow-ups to return (default 50, max 200).
Set to
true to include not-yet-due follow-ups. Default false.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List due and pending follow-up tasks for the SDR.
curl "https://app.leadterra.co/v1/sdr/followups/due?limit=20&includeUpcoming=false" \
-H "Authorization: Bearer sk_live_your_key"
true to include not-yet-due follow-ups. Default false.{
"data": [
{
"id": "followup_id",
"threadId": "thread_id",
"sdrId": "sdr_id",
"status": "pending",
"dueAt": "2026-06-29T14:00:00.000Z"
}
]
}