Read the full AI chat session row — messages, skeleton, drafts, generated examples, and task status.
POST .../turn and POST .../generate-examples — watch task_status return to null and the content fields update.
/api/campaigns/ai-chat-sessions/{id} with other verbs. See Update a campaign AI chat session to modify, or Delete a campaign AI chat session to remove.POST .../turn or POST .../generate-examples, poll this endpoint every 2 to 5 s while task_status !== null. Chat turns usually complete within 10 to 30 s; example generation takes longer (scales with lead count).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
AI chat session UUID
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Session detail.
Canonical campaign AI chat session. One session drafts one email (one sequence node) through a back-and-forth chat with the framework LLM.