Skip to main content
GET
/
flowise
/
find
/
{instance}
Recupera as sessões ativas do bot Flowise
curl --request GET \
  --url https://api.zapthinker.com/flowise/find/{instance} \
  --header 'apikey: <api-key>'
{
  "sessions": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância.

Response

200 - application/json

Sessões recuperadas com sucesso.

sessions
string