{ "tools": [ { "from_email": "<string>", "app_password": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "tool_id": "<string>", "tool_start_message": "<string>", "tool_delayed_message": "<string>", "tool_complete_message": "<string>", "tool_failed_message": "<string>", "tool_description": "<string>", "tool_name": "send_email" } ], "next_page_token": "<string>" }
List built-in tools with pagination.
1 <= x <= 100
Successful Response
List of built-in tools configured for the AI agent
Show child attributes
Email address configured as sender
Application-specific password used for authentication
Timestamp when the tool was created
Timestamp when the tool was last updated
Unique identifier of the email tool
Optional message to display when the tool is started
Optional message to display when the tool is delayed
Optional message to display when the tool is completed
Optional message to display when the tool fails
Description of the email tool's purpose and configuration
Identifier for the email tool type
"send_email"
Token for retrieving the next page of results, null if no more results available