A study is a research configuration: the questions, target audience, and settings for a set of interviews. Each study has a public interview link that you send to respondents.Documentation Index
Fetch the complete documentation index at: https://docs.userjourneys.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/studies
List all active studies for your project.
Returns studies with their current usage and whether they’re accepting new responses.
Request
Bearer token. See Authentication.
Number of studies to return. Default
20, max 100.Cursor for pagination. Pass the
id of the last study from the previous page.GET /v1/studies/:id
Retrieve a single study with full details including questions, research goal, and interview count.
Request
Bearer token. See Authentication.
Study ID (UUID).
404 if the study doesn’t exist or doesn’t belong to your project.
Study object
Study ID (UUID).
"study"Display name.
"active", "paused", or "draft".Public URL for respondents. Append
?reference_id=your_user_id to track who completes the interview.true when the study is active and within all usage limits.Language codes the study supports (e.g.
["en", "es"]).ISO 8601 timestamp.
Detail-only fields
These fields are only included inGET /v1/studies/:id responses:
The research objective for this study.
The product being researched.
The interview questions.
Total number of completed interviews for this study.