Skip to main content
Version: Next

RequestQueueClientRequestSchema

Complete schema for a request in the queue.

Represents a URL to be crawled along with its metadata, retry information, and custom data.

Index

Properties

optionalerrorMessages

errorMessages?: string[]

optionalhandledAt

handledAt?: string

optionalheaders

headers?: Record<string, string>

id

id: string

optionalloadedUrl

loadedUrl?: string

optionalmethod

optionalnoRetry

noRetry?: boolean

optionalpayload

payload?: string

optionalretryCount

retryCount?: number

uniqueKey

uniqueKey: string

url

url: string

optionaluserData

userData?: Record<string, unknown>