> ## 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.

# List Toolzz Bot

> Endpoint to get list Toolzz Bots in a workspace

### Parameters

<ParamField path="workspaceId" type="string">
  botId: The workspace ID to get bots from.
</ParamField>

<Warning>User needs to be authenticated</Warning>

## Response Description

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

<ResponseField name="typebots" type="object[]" required>
  Toolzz Bots information.

  <Expandable title="messages properties">
    <ResponseField name="name" type="string" required>
      The Toolzz bot name.
    </ResponseField>

    <ResponseField name="icon" type="string">
      The visual representation associated to the bot.
    </ResponseField>

    <ResponseField name="id" type="string">
      Unique identifier for a bot.
    </ResponseField>

    <ResponseField name="publishedTypebotId" type="string">
      Unique identifier for a publicated bot.
    </ResponseField>
  </Expandable>
</ResponseField>
