GET
/
api
/
public
/
responses
/
{survey_id}

Body

survey_id
string

The survey id. You find it in the URL, eg. in https://talktomerlin.com/s/abc123 the survey id is abc123.

Response

Returns a list of responses for the given survey. Each response is an object with the following fields:

id
uuid

Unique identifier for the response.

created_at
string

UTC timestamp of when the response was created.

answers
object

Answers to all questions of the survey.

attributes
object

URL parameters that were passed to the survey.

short_transcript
string

A transcript of the entire conversation where the assistant messages are shortened to a couple of words.