GET
/
api
/
v1
/
toolzz
/
{typebotId}
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

typebotId
string

botId: The bot ID to get.

Response Description

Below you will see the description of the function get a toolzz bot.

typebot
object[]
required

Toolzz Bots information.