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

ParamTypeRequiredDescription
sequence_idstring (slug or UUID)noReturn one full definition. Omit to list all sequences (list rows omit steps).
include_statsbooleannoAdd 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
}

On this page