mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 07:02:37 +08:00
5 lines
117 B
Bash
5 lines
117 B
Bash
curl -X GET \
|
|
"$LANGFLOW_URL/logs-stream" \
|
|
-H "accept: text/event-stream" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY"
|