> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.GoogleMailGetThreadInput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface GoogleMailGetThreadInput

```typescript
interface GoogleMailGetThreadInput {
    accountId?: string;
    threadId: string;
}
```

Types: [accountId](#accountid), [threadId](#threadid)

##### Index

### <a id="properties"></a>Properties

[accountId?](#accountid) [threadId](#threadid)

## <a id="properties-1"></a>Properties

### <a id="accountid"></a>`Optional`accountId

```typescript
accountId?: string
```

### <a id="threadid"></a>threadId

```typescript
threadId: string
```
