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

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

difyId
string
required

ID único do bot Dify.

instance
string
required

Nome da instância.

Response

200 - application/json

Sessões recuperadas com sucesso.

The response is of type object.