GET
/
dify
/
find
/
{instance}
curl --request GET \
  --url https://{server-url}/dify/find/{instance} \
  --header 'apikey: <api-key>'
{
  "message": "OK"
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

Response

200 - application/json

Successfully fetched sessions

The response is of type object.