{ "opencollection": "1.0.0", "info": { "name": "Plandex Server Accounts Conversation API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conversation", "type": "folder" }, "items": [ { "info": { "name": "List Conversation Messages", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8099/plans/:planId/:branch/convo", "params": [ { "name": "planId", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" } ] }, "docs": "List prompts and responses in the plan branch conversation." }, { "info": { "name": "Rewind Plan", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8099/plans/:planId/:branch/rewind", "params": [ { "name": "planId", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" } ] }, "docs": "Rewind the plan branch to a previous version SHA." }, { "info": { "name": "List Plan Logs", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8099/plans/:planId/:branch/logs", "params": [ { "name": "planId", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" } ] }, "docs": "List log events for the plan branch." } ] } ], "bundled": true }