Endpoints
Get Responses
This endpoint lists all responses for a given study.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.listenlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
The page number for pagination.
Number of responses to return per page.
ISO 8601 date string to filter responses updated after this date (e.g.,
2023-08-18T11:51:54.649916Z).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:Unique identifier for the response.
The ordered number of the response.
UTC timestamp of when the response was created.
UTC timestamp of when the response was last updated (uses the analysis completion time when available).
The completion progress of the response (e.g.
"complete", "in_progress").The total duration of the response in seconds.
Answers to all questions of the study.
Answers to all questions of the study as an array.
URL parameters that were passed to the study.
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.Condensed assistant turns used to build compact transcript context.
Concise bullet-point summary of the response.
Numeric response quality score, typically on a 1-5 scale.
Extracted keyword labels for the response.
Short one-line synthesis for the response.
A natural-language summary of the response. May be omitted from the payload
when a summary has not yet been generated for the response.