GET
/
api
/
v1
/
toolzz
/
{typebotId}
/
results
/
{resultId}
/
logs
List logs in Results
curl --request GET \
  --url https://bots.toolzz.ai/api/v1/toolzz/{typebotId}/results/{resultId}/logs
{
  "logs": [
    {}
  ]
}

Parameters

typebotId
string
required
The ID of the toolzz bot to list logs from.

Parameters

resultId
string
required
The resultId is returned by the Start Chat endpoint or you can find it by listing results with List a result endpoint

Response Description

Below you will see the description of the function list logs from a result.
logs
object[]
required
The logs data in a result.