mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 04:10:28 +08:00
5 lines
153 B
Bash
5 lines
153 B
Bash
curl -X GET \
|
|
"$LANGFLOW_SERVER_URL/api/v2/workflows?job_id=job_id_1234567890" \
|
|
-H "accept: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY"
|