🚀 Introducing LangWatch for n8n: observability, prompts, and more
Python
import requests url = "https://app.langwatch.ai/api/trace/{id}/share" headers = {"X-Auth-Token": "<api-key>"} response = requests.post(url, headers=headers) print(response.json())
{ "path": "<string>" }
Returns a public path for a trace
ID of trace to share
Public path created
Was this page helpful?