GET
/
api
/
v1
/
toolzz
/
{typebotId}
/
results
/
{resultId}
curl --request GET \
  --url https://bots.toolzz.ai/api/v1/toolzz/{typebotId}/results/{resultId} \
  --header 'Authorization: Bearer <token>'
{
  "result": [
    {}
  ]
}

Parameters

typebotId
string

The unique identifier of a toolzz bot to get a especific result from.

resultId
string

The resultId is returned by the Start Chat endpoint or you can find it by listing results with the lsit results endpoint

Response Description

Below you will see the description of the function list a especific result from a toolzz bot.

result
object[]
required

The toolzz bot result information.