Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:5173/api/flowdrop/system/config \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "version": "1.0.0", "features": {}, "limits": { "maxWorkflowNodes": 123, "maxConcurrentExecutions": 123 } }, "message": "<string>", "error": "<string>" }
Retrieve public system configuration settings
JWT token for authentication
System configuration retrieved successfully
Whether the request was successful
Response data (type varies by endpoint)
Show child attributes
Response message
Error message (if any)
Was this page helpful?