🚀 Introducing LangWatch for n8n: observability, prompts, and more
cURL
curl --request POST \ --url https://app.langwatch.ai/api/scenario-events \ --header 'Content-Type: application/json' \ --header 'X-Auth-Token: <api-key>' \ --data '{ "type": "<string>", "timestamp": 123, "batchRunId": "<string>", "scenarioId": "<string>", "scenarioRunId": "<string>", "metadata": { "name": "<string>", "description": "<string>" } }'
{ "success": true, "url": "<string>" }
Create a new scenario event
"SCENARIO_RUN_STARTED"
Show child attributes
Event created successfully
Was this page helpful?