Início
Instances
Settings
Send Message
Chat Controller
Profile Settings
Group Controller
- POSTCreate Group
- POSTUpdate Group Picture
- POSTUpdate Group Subject
- POSTUpdate Group Description
- GETFetch Invite Code
- POSTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- POSTUpdate Group Members
- POSTUpdate Group Setting
- POSTToggle Ephemeral
- DELLeave Group
Typebot
OpenAI
Evolution Bot
Dify
Flowise
Chatwoot
Websocket
RabbitMQ
Flowise
Find Sessions Flowise
GET
/
flowise
/
fetchSessions
/
:flowiseId
/
{instance}
curl --request GET \
--url https://{server-url}/flowise/fetchSessions/:flowiseId/{instance} \
--header 'apikey: <api-key>'
{
"sessions": "<string>"
}
Authorizations
Your authorization key header
Response
200 - application/json
Sessões recuperadas com sucesso.
The response is of type object
.
curl --request GET \
--url https://{server-url}/flowise/fetchSessions/:flowiseId/{instance} \
--header 'apikey: <api-key>'
{
"sessions": "<string>"
}