{ "opencollection": "1.0.0", "info": { "name": "Langflow Base Flow Events API", "version": "1.9.0" }, "items": [ { "info": { "name": "Flow Events", "type": "folder" }, "items": [ { "info": { "name": "Get Flow Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/flows/:flow_id/events", "params": [ { "name": "flow_id", "value": "", "type": "path" }, { "name": "since", "value": "", "type": "query", "description": "UTC timestamp to get events after" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "api/v1/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Flow Events" }, { "info": { "name": "Create Flow Event", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/flows/:flow_id/events", "params": [ { "name": "flow_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "api/v1/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Append an event to a flow's event queue." } ] } ], "bundled": true }