GetSessionById

get_session_by_id(public_api_client, session_id)

Description

To get the details of a given session.

Arguments

  • public_api_client: QDC api client object.
  • session_id: Id of the session.

Returns

  • string: State of the session. like completed, canceled etc.
  • None: In case of any failure.

Usages

session_id = "1234"
session_by_id = qdc_api.get_session_by_id(public_api_client, session_id)