Skip to main content
GET
List studies in the API key's organization

Study metadata

Each study includes creator and folderPath alongside its identifiers, title, creation time, and completed response count. Both fields are always present but may be null.
  • creator contains the creator’s name and email. Either nested value may also be null.
  • folderPath contains the study’s folder path as an array of strings.

Authorizations

x-api-key
string
header
required

Response

Studies

id
string<uuid>
required
title
string
required
createdAt
string
required
responseCount
integer
required
Required range: x >= 0
creator
object | null
required
folderPath
string[] | null
required