ConnorN
04/23/2025, 11:05 PMVapi Support Bot
04/23/2025, 11:06 PManswer1
. You can reference this variable in later steps using:
javascript
// Access the gathered response
const userResponse = message.variableValues.answer1;
// If that doesn't work, try this alternative syntax
const userResponse = messages.assistantOverrides.variableValues.answer1;
For a complete transcript, you can also use the GET /call/:id endpoint to retrieve the full conversation history.
Sources:
- [Gather Task Documentation](https://docs.vapi.ai/workflows/tasks/gather)
- [Discord Channel](https://discord.com/channels/1211482211119796234/1329772290497318973)
- [Discord Channel](https://discord.com/channels/1211482211119796234/1341440757189578782)Kings_big💫
04/24/2025, 6:34 AM