Get a session by ID

get a session

get/v1/Sessions/{id}

Path parameters

idstring required

Response

OK

idstring

The Session ID.

account_sidstring

The SID of the Account that created the Session resource.

assistant_idstring

The Assistant ID.

verifiedboolean

True if the session is verified.

identitystring

The unique identity of user for the session.

date_createdstring date-time

The date and time in GMT when the Session was created specified in ISO 8601 format.

date_updatedstring date-time

The date and time in GMT when the Session was last updated specified in ISO 8601 format.

Changes

Changed in 1 of the 10 revisions of this API.1

    • the response's property pattern was changed from ^aia_asst_*$ to ^aia_asst_.+$ for the status

      response-property-pattern-changed