Juno
API reference

List studies

list_studies Requires studies:read

List your organisation's studies, newest first. A study is one research project: an AI-moderated interview Juno designs and runs, plus the analysis built from the answers. Page through with limit and offset.

Input

limit
integer
offset
integer
tools/call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_studies",
    "arguments": {
      "limit": 50,
      "offset": 0
    }
  }
}