/studies | GET | List studies and check interview capacity |
/studies/:id | GET | Get study details, questions, and interview count |
/studies/:id/ledger | GET | Get what a study has learned: questions, answer patterns, themes with graded evidence, must-reads, phase |
/studies/:id/events | GET | List what changed in a study’s ledger, newest first |
/interviews | GET | List interviews for a study |
/interviews/:id | GET | Get interview with full transcript |
/releases | GET | List releases for your project |
/releases/:id | GET | Get release details and linked chat ID |
/chats | GET | List customer-visible chats for your project |
/chats/:id | GET | Get chat metadata and visible message count |
/chats/:id/messages | GET | List messages for a chat |
/webhooks | PUT GET DELETE | Configure webhook notifications |