listBots
Retrieve a list of all Typebots in a specific workspace using the workspace ID. Manage and organize your chatbot projects effectively with this streamlined JSON-based tool.
Instructions
Lista todos los Typebots de un workspace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspaceId | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"workspaceId": {
"type": "string"
}
},
"type": "object"
}