Request
Index
Properties
error_messages
Error messages recorded from failed processing attempts.
handled_at
The timestamp when the request was marked as handled, if applicable.
headers
HTTP headers sent with the request.
id
A unique identifier assigned to the request.
loaded_url
The final URL that was loaded, after redirects (if any).
method
The HTTP method of the request.
model_config
no_retry
Indicates whether the request should not be retried if processing fails.
payload
The request payload, typically used with POST or PUT requests.
retry_count
The number of times this request has been retried.
unique_key
A unique key used for request de-duplication. Requests with the same unique key are considered identical.
url
The URL of the request.
A request stored in the request queue, including its metadata and processing state.