Get a user's status bubble
GET/user.statusBubble.get
Returns the shared UI/API thought bubble, or null when no live bubble exists. Expired bubbles are omitted before storage cleanup runs.
See Status bubbles.
Access: Organization and Personal. Organization credentials may target an active user in the workspace. Personal OAuth and PATs may target only their owner. The workspace comes from the token.
Required scope: user:read.statusBubble. PATs skip the scope check; personal OAuth requires the scope.
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 500
Current bubble and canonical user identifier.
Missing or invalid input. See the guide for stable error codes.
Invalid authentication credentials.
Missing scope or personal token targeting someone else.
Unknown, archived, or cross-account user.
Unsupported method.
Internal error.