Skip to main content

RequestQueue

A request queue object containing metadata and statistics.

Index

Properties

accessed_at

accessed_at: AwareDatetime

The timestamp when the request queue was last accessed.

console_url

console_url: AnyUrl

The URL to view the request queue in the Apify console.

created_at

created_at: AwareDatetime

The timestamp when the request queue was created.

general_access

general_access: GeneralAccess | None

had_multiple_clients

had_multiple_clients: bool

Whether the request queue has been accessed by multiple different clients.

handled_request_count

handled_request_count: int

The number of requests that have been handled.

id

id: str

A unique identifier assigned to the request queue.

model_config

model_config: Undefined

modified_at

modified_at: AwareDatetime

The timestamp when the request queue was last modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the request queue.

name

name: str | None

The name of the request queue.

pending_request_count

pending_request_count: int

The number of requests that are pending and have not been handled yet.

stats

stats: RequestQueueStats | None

total_request_count

total_request_count: int

The total number of requests in the request queue.

user_id

user_id: str

The ID of the user who owns the request queue.