sequence/get_followups_by_id
Tool: read
List all followups for a sequence.
Returns a paginated list of followup emails belonging to the given sequence, including per-followup delivery and engagement counters — this is the per-step breakdown of a campaign's totals.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | Sequence ID — the object's sequenceId (int64) |
| fullBodies | boolean | – | return every body in full instead of a preview — see schemas/pagination |
Response
200 — {items: Followup[], pagination}; each item: see schemas/followup. Pagination: see schemas/pagination. Deltas: none.
Each item carries the followup's HTML
body. Over 1,500 characters it arrives as a truncated plain-text preview; passfullBodies: truefor the full HTML, and never write a preview back — see schemas/pagination.
Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call read with name: "sequence/get_followups_by_id".