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

# Interface GitExternalLogArgs

```typescript
interface GitExternalLogArgs {
    cursorSha?: string;
    limit: number;
    slotId: string;
}
```

Types: [cursorSha](#cursorsha), [limit](#limit), [slotId](#slotid)

##### Index

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

[cursorSha?](#cursorsha) [limit](#limit) [slotId](#slotid)

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

### <a id="cursorsha"></a>`Optional`cursorSha

```typescript
cursorSha?: string
```

Sha returned as `nextCursor` by the previous page.

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

```typescript
limit: number
```

### <a id="slotid"></a>slotId

```typescript
slotId: string
```
