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

# Interface CloudSupportIssueListArgs

```typescript
interface CloudSupportIssueListArgs {
    cursor?: string;
    status?:
        | "fixed"
        | "open"
        | "in-progress"
        | "closed"
        | "needs-info"
        | "confirmed";
}
```

Types: [cursor](#cursor), [status](#status)

##### Index

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

[cursor?](#cursor) [status?](#status)

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

### <a id="cursor"></a>`Optional`cursor

```typescript
cursor?: string
```

### <a id="status"></a>`Optional`status

```typescript
status?:
    | "fixed"
    | "open"
    | "in-progress"
    | "closed"
    | "needs-info"
    | "confirmed"
```
