# Get a session by ID **GET /v1/Sessions/{id}** get a session ## Servers - https://assistants.twilio.com: https://assistants.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **id** (string) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) The Session ID. - **account_sid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Session resource. - **assistant_id** (string) The Assistant ID. - **verified** (boolean) True if the session is verified. - **identity** (string) The unique identity of user for the session. - **date_created** (string(date-time)) The date and time in GMT when the Session was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **date_updated** (string(date-time)) The date and time in GMT when the Session was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. [Powered by Bump.sh](https://bump.sh)