mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 20:28:43 +08:00
5 lines
150 B
Bash
5 lines
150 B
Bash
curl -X GET \
|
|
"$LANGFLOW_URL/logs?lines_before=0&lines_after=0×tamp=0" \
|
|
-H "accept: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY"
|