> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TimeoutOptions

Generic input options for operations that only require a timeout.

## Definition

```graphql theme={null}
input TimeoutOptions {
  timeout: Int
}
```

## Fields

### `timeout`

[Int](/reference/graphql/scalars/int)

Maximum time in milliseconds for the operation to complete. Defaults to 10000 (10 seconds).
