Skip to main content
GET
Deprecated starting August 1, 2026. Use GET /api/public/v1/responses/{linkId} instead.

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 whose 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 (uses the analysis completion time when available).
string
The completion progress of the response (e.g. "complete", "in_progress").
number
The total duration of the response in seconds.
object
Answers to all questions of the study.
Answer[]
Answers to all questions of the study as an array.
object
URL parameters that were passed to the study.
string | null
A transcript of the entire conversation where the assistant messages are shortened to a couple of words. Can be null if the transcript has not been generated yet.
string[]
Condensed assistant turns used to build compact transcript context.
string[]
Concise bullet-point summary of the response.
number
Numeric response quality score, typically on a 1-5 scale.
string[]
Extracted keyword labels for the response.
string
Short one-line synthesis for the response.
string
A natural-language summary of the response. May be omitted from the payload when a summary has not yet been generated for the response.