List Generated Messages
Outbound Messages
List Generated Messages
List generated campaign messages
GET
List Generated Messages
CLI:
Overview
Fetches generated campaign messages for one campaign. By default the endpoint returns draft messages; passstatus=all, status=pending, or status=sent when reviewing another part of the message lifecycle.
Pass prospect_id to focus on one lead. In that mode, inbound conversation replies are merged into the response so the UI can show the lead’s full thread context.
AI agent notes
Use this before editing generated copy or showing a human the messages that will be sent. This endpoint does not send or regenerate messages. Only call Edit generated email for draft messages the human wants to change.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Campaign UUID
Query Parameters
Message status filter. Defaults to draft; all disables the status filter.
Available options:
draft, pending, sent, all Optional lead filter to fetch messages for one lead.
Optionally limit messages to the first N campaign leads.
Required range:
0 < x <= 100Offset into the stable campaign lead order when prospect_limit is provided.
Required range:
0 <= x <= 9007199254740991Response
Generated messages fetched successfully.