Get Session
Return an interactive session with a given id for the current user.
Args: request (GetSessionRequest): a request containing the id of the session. user (Annotated[User, Depends): the current user. session (Annotated[Session, Depends): the database session.
Raises: HTTPException: could not find an interactive session with the given id for the current user.
Returns: InteractiveSessionInfo: info on the requested interactive session.
Request body
Response
Successful Response
Changes
Changed in 2 of the 2 revisions of this API.2
- ○
the endpoint scheme security
APIKeyCookiewas added to the APIapi-security-added
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
APIKeyCookiewas removed from the APIapi-security-removed
This revision also has 103 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○