Get information about the public share for a session.
Retrieves details about the public sharing link for a session, including the share token, public URL, view count, and last viewed timestamp. This is useful for monitoring how your shared sessions are being accessed.
Args:
Returns:
Raises:
Successful Response
View model for representing a public share of a session.
Attributes: share_token: Token to access the public share. share_url: URL to access the public share. view_count: Number of times the public share has been viewed. last_viewed_at: Timestamp of the last time the public share was viewed (None if never viewed).