{ "opencollection": "1.0.0", "info": { "name": "PostHog actions evaluation_runs API", "version": "1.0.0" }, "items": [ { "info": { "name": "evaluation_runs", "type": "folder" }, "items": [ { "info": { "name": "evaluation_runs_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:project_id/evaluation_runs/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new evaluation run.\n\nThis endpoint validates the request and enqueues a Temporal workflow\nto asynchronously execute the evaluation." } ] } ], "bundled": true }