Skip to main content

ListOfRequests

A paginated list of requests from the request queue.

Index

Properties

count

count: int | None

The total number of requests matching the query.

exclusive_start_id

exclusive_start_id: str | None

The ID of the last request from the previous page, used for pagination.

items

items: list[Request]

The array of requests.

limit

limit: int

The maximum number of requests returned in this response.

model_config

model_config: Undefined