ToolsSequences
Get sequence
List sequences (no id) or return one sequence definition (with sequence_id).
Tool: get_sequence
include_stats adds the lead funnel: reply/completion rates plus where every lead currently sits, step by step. Ids are suffixed slugs (e.g. 'founder-outreach-y3mw') - list first to get the real id; never invent one by slugifying the sequence's name.
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
sequence_id | string (slug or UUID) | no | Return one full definition. Omit to list all sequences (list rows omit steps). |
include_stats | boolean | no | Add lead funnel stats. With sequence_id: overall reply/completion rates plus a per-step breakdown (leads_reached, reached_pct, active_here, replied_here, exited_here) - every step is listed, even ones no lead has reached yet. Without sequence_id: overall counts per sequence. |
Sample request — list
{}Sample request — one
{
"sequence_id": "founder-outreach-0023"
}Sample request — stats
{
"sequence_id": "founder-outreach-0023",
"include_stats": true
}Get person interaction history
Full interaction history for one person - events, outreach, planned sends, and messages - plus active_enrollments: their live sequence positions with the next step due (empty list = definitively not enrolled).
Mark company
Set do_not_contact and/or qualification_status on a company.