Toolzz Bots
- Introduction
- Bots
- Chat
- Results
- Analytics
- Folders
- Workspaces
- Billing
- Alerts
Get a Toolzz Bot
Endpoint to get a Toolzz Bot
curl --request GET \
--url https://bots.toolzz.ai/api/v1/toolzz/{typebotId} \
--header 'Authorization: Bearer <token>'
{
"typebot": [
{
"version": "<string>",
"id": "<string>",
"name": "<string>",
"events": [
{
"id": "<string>",
"outgoingEdgeId": "<string>",
"graphCoordinates": {
"x": 123,
"y": 123
},
"type": "<string>",
"groups": [
{
"id": "<string>",
"title": "<string>",
"graphCoordinates": {
"x": 123,
"y": 123,
"Blocks": [
{
"id": "<string>",
"type": "<string>",
"content": "<string>",
"Edge": [
{}
]
}
],
"variables": [
{}
]
},
"theme": [
{}
],
"settings": [
{}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"icon": "<string>",
"folderId": "<string>",
"workspaceId": "<string>",
"resultsTablePreferences": "<string>",
"isArchived": true,
"isClosed": true
}
],
"currentUserMode": "<string>"
}
]
}
]
}
Parameters
botId: The bot ID to get.
Response Description
Below you will see the description of the function get a toolzz bot.
Toolzz Bots information.
The current version of the platform.
Unique identifier for a bot.
The Toolzz bot name.
The events occurred on bot flow.
The type of the block.
The bot group information.
Unique identifier for a group.
The title of the group.
The positioning of a block.
The coordinate for positioning.
The coordinate for positioning.
The variables related to the bot.
The pre setted theme of the bot.
The settings related to the bot.
The bot creation data.
The bot update data.
The visual appereance of the bot.
The unique identifier for the bot folder.
The unique identifier for the bot workspace.
The preferences for the results table of the bot.
The verifier to archived bots.
The verifier to closed bots.
The type of user mode.
curl --request GET \
--url https://bots.toolzz.ai/api/v1/toolzz/{typebotId} \
--header 'Authorization: Bearer <token>'
{
"typebot": [
{
"version": "<string>",
"id": "<string>",
"name": "<string>",
"events": [
{
"id": "<string>",
"outgoingEdgeId": "<string>",
"graphCoordinates": {
"x": 123,
"y": 123
},
"type": "<string>",
"groups": [
{
"id": "<string>",
"title": "<string>",
"graphCoordinates": {
"x": 123,
"y": 123,
"Blocks": [
{
"id": "<string>",
"type": "<string>",
"content": "<string>",
"Edge": [
{}
]
}
],
"variables": [
{}
]
},
"theme": [
{}
],
"settings": [
{}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"icon": "<string>",
"folderId": "<string>",
"workspaceId": "<string>",
"resultsTablePreferences": "<string>",
"isArchived": true,
"isClosed": true
}
],
"currentUserMode": "<string>"
}
]
}
]
}