Skip to main content

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.

Generic input options for operations that only require a timeout.

Definition

input TimeoutOptions {
  timeout: Int
}

Fields

timeout

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