Skip to main content
GET

Path Parameters

The link ID of the study. You can find this in the study URL or via the List Studies endpoint. For example, in https://listenlabs.ai/s/abc123 the link ID is abc123.

Query Parameters

integer
default:"0"
The page number for pagination.
integer
default:"1000"
Number of responses to return per page.
string
ISO 8601 date string to filter responses updated after this date (e.g., 2023-08-18T11:51:54.649916Z).
boolean
default:"true"
Whether to include responses that who’s analysis is still in progress.

Response

Returns a list of responses for the given study. Each response is an object with the following fields:
uuid
Unique identifier for the response.
number
The ordered number of the response.
string
UTC timestamp of when the response was created.
string
UTC timestamp of when the response was last updated.
object
Answers to all questions of the study.
Response[]
Answers to all questions of the study as an array.
object
URL parameters that were passed to the study.
string
A transcript of the entire conversation where the assistant messages are shortened to a couple of words.