{ "opencollection": "1.0.0", "info": { "name": "Forethought Solve Conversations Metadata API", "version": "2025-11-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "List Solve Workspace Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://app.forethought.ai/solve/api/v1/metadata" }, "docs": "Return the workspace's Solve configuration including the list of\ndefined context variables (both predefined and customer-defined) with\nID, display name, and type. Use these IDs when passing context to the\nconversation endpoints.\n" } ] } ], "bundled": true }