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

Parameters

typebotId
string
required
The unique identifier of the toolzz bot to list results from.

Response Description

Below you will see the description of the function list a result from a toolzz bot.
results
object[]
required
The toolzz bot results information.