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

# Interface CloudSupportEvidence

A private evidence descriptor. Metadata only — bytes are fetched by the HOST through an authenticated cloud route, never by the app and never from a public URL. Present in a `getIssue` result only for the reporter (their own uploads) or an operator (all of them).

```typescript
interface CloudSupportEvidence {
    contentType: string;
    createdAt: string;
    kind: "error" | "screenshot" | "diagnostics";
    ref: string;
    size: number;
}
```

Types: [contentType](#contenttype), [createdAt](#createdat), [kind](#kind), [ref](#ref), [size](#size)

##### Index

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

[contentType](#contenttype) [createdAt](#createdat) [kind](#kind) [ref](#ref) [size](#size)

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

### <a id="contenttype"></a>contentType

```typescript
contentType: string
```

### <a id="createdat"></a>createdAt

```typescript
createdAt: string
```

### <a id="kind"></a>kind

```typescript
kind: "error" | "screenshot" | "diagnostics"
```

### <a id="ref"></a>ref

```typescript
ref: string
```

Opaque handle (`ev_…`). data-\* attributes only — never rendered.

### <a id="size"></a>size

```typescript
size: number
```
