Skip to main content
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": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.