# Get an email thread Search for an email thread by the identifier. Endpoint: GET /v1/emails/threads Version: 1.0 ## Query parameters: - `client` (string) The email client (Gmail, Outlook) - `threadIdentifier` (string) The Id of the thread ## Response 200 fields (text/plain): - `threadIdentifier` (string,null) - `track` (boolean) - `client` (string) Options:OutlookGmail Enum: "Outlook", "Gmail" - `matterId` (integer,null) - `matterNumber` (string,null) - `matterName` (string,null) - `matterStatus` (string,null) - `matterIsDeleted` (boolean) - `fileId` (integer,null) - `filePath` (string,null) - `contractId` (integer,null) - `contractName` (string,null) - `contractStatus` (string,null) - `contractIsDeleted` (boolean) - `fileEntryId` (integer,null)