Endpoint used to get a specific result from a Toolzz Bot.
--url 'https://bots.toolzz.ai/api/v1/toolzz/{typebotId}/results/{resultId}' \
--header 'Authorization: Bearer <token>'
| Parameter | Type | Description | Required |
|---|
Authorization | String | Access token (must contain “Bearer” before the token) | Yes |
| Parameter | Type | Description | Required |
|---|
typebotId | string | The unique identifier of the Toolzz Bot to get a result from. | Yes |
resultId | string | The unique identifier of the result. Returned by the Start Chat endpoint or found via the List Results endpoint. | Yes |
| Key | Type | Description |
|---|
result | object | The Toolzz Bot result information. |
To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.