{ "opencollection": "1.0.0", "info": { "name": "Mastra Server REST Agents Conversations API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "Create a conversation (Conversations API)", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:4111/api/v1/conversations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a conversation (Conversations API)" }, { "info": { "name": "Retrieve a conversation", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4111/api/v1/conversations/:conversationId", "params": [ { "name": "conversationId", "value": "", "type": "path" } ] }, "docs": "Retrieve a conversation" }, { "info": { "name": "List items in a conversation", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4111/api/v1/conversations/:conversationId/items", "params": [ { "name": "conversationId", "value": "", "type": "path" } ] }, "docs": "List items in a conversation" } ] } ], "bundled": true }