RequestQueueShort
Index
Properties
accessed_at
The timestamp when the request queue was last accessed.
act_id
The ID of the Actor that created this request queue.
act_run_id
The ID of the Actor run that created this request queue.
created_at
The timestamp when the request queue was created.
expire_at
The timestamp when the request queue will expire and be deleted.
had_multiple_clients
Whether the request queue has been accessed by multiple different clients.
handled_request_count
The number of requests that have been handled.
id
A unique identifier assigned to the request queue.
model_config
modified_at
The timestamp when the request queue was last modified.
name
The name of the request queue.
pending_request_count
The number of requests that are pending and have not been handled yet.
total_request_count
The total number of requests in the request queue.
user_id
The ID of the user who owns the request queue.
username
The username of the user who owns the request queue.
A shortened request queue object for list responses.