active_users
: A list with the names of the users currently assigned to at least one pending task in the queue.created_at
: The queue's creation timestamp.id
: The queue's identifier.n_tasks
: The number of pending tasks in the queue, waiting to be completed.name
: The queue title.data
: The queue's data configuration, which consists of a list of Block objects. This field is only included when explicitly fetching a queue by its identifier.