Skip to content

List Results

Endpoint used to list results from a Toolzz Bot.

Terminal window
curl --request GET \
--url 'https://bots.toolzz.ai/api/v1/toolzz/{typebotId}/results' \
--header 'Authorization: Bearer <token>'
{
"results": [
{}
]
}
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
typebotIdstringThe unique identifier of the Toolzz Bot to list results from.Yes
KeyTypeDescription
resultsobject[]The Toolzz Bot results information.

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.