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

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância.

flowiseId
string
required

Id Bot Flowise

Response

200 - application/json

Sessões recuperadas com sucesso.

The response is of type object.