External DocumentationTo learn more, visit the Notion documentation.
Actions
Get Bot User Info
Retrieve bot’s user info.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"object": "<string>",
"id": "<string>",
"name": "<string>",
"avatar_url": null,
"type": "<string>",
"bot": {
"owner": {
"type": "<string>",
"workspace": true
},
"workspace_name": "<string>"
},
"request_id": "<string>"
}
Was this page helpful?