curl --request GET \
--url https://{server-url}/flowise/fetchSessions/:flowiseId/{instance} \
--header 'apikey: <api-key>'{
"sessions": "<string>"
}Fetch session flowise
curl --request GET \
--url https://{server-url}/flowise/fetchSessions/:flowiseId/{instance} \
--header 'apikey: <api-key>'{
"sessions": "<string>"
}