Skip to content
FeedbackDashboard

User

Retrieve the current user
user.retrieve() -> UserRetrieveResponse
GET/v0/user
ModelsExpand Collapse
class UserRetrieveResponse:
id: str
email: Optional[str]
github: Optional[GitHub]
username: str
name: Optional[str]
object: Literal["user"]