curl --request GET \
--url https://{server-url}/flowise/fetchSettings/{instance} \
--header 'apikey: <api-key>'
{
"sessions": "<string>"
}
curl --request GET \
--url https://{server-url}/flowise/fetchSettings/{instance} \
--header 'apikey: <api-key>'
{
"sessions": "<string>"
}
Your authorization key header
Nome da instância.
Sessões recuperadas com sucesso.
The response is of type object
.