Skip to main content

RequestQueueShort

A shortened request queue object for list responses.

Index

Properties

accessed_at

accessed_at: AwareDatetime

The timestamp when the request queue was last accessed.

act_id

act_id: str | None

The ID of the Actor that created this request queue.

act_run_id

act_run_id: str | None

The ID of the Actor run that created this request queue.

created_at

created_at: AwareDatetime

The timestamp when the request queue was created.

expire_at

expire_at: AwareDatetime | None

The timestamp when the request queue will expire and be deleted.

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.

name

name: str

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.

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.

username

username: str

The username of the user who owns the request queue.