mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 04:13:36 +08:00
5 lines
126 B
Bash
5 lines
126 B
Bash
curl -X GET \
|
|
"$LANGFLOW_URL/api/v1/flows/$FLOW_ID" \
|
|
-H "accept: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY"
|