# RequestQueueShort<!-- -->

A shortened request queue object for list responses.

## Index[**](#Index)

### Properties

* [**accessed\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#accessed_at)
* [**act\_id](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#act_id)
* [**act\_run\_id](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#act_run_id)
* [**created\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#created_at)
* [**expire\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#expire_at)
* [**general\_access](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#general_access)
* [**had\_multiple\_clients](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#had_multiple_clients)
* [**handled\_request\_count](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#handled_request_count)
* [**id](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#id)
* [**model\_config](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#model_config)
* [**modified\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#modified_at)
* [**name](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#name)
* [**pending\_request\_count](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#pending_request_count)
* [**stats](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#stats)
* [**total\_request\_count](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#total_request_count)
* [**user\_id](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#user_id)
* [**username](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueShort.md#username)

## Properties<!-- -->[**](#Properties)

### [**](#accessed_at)accessed\_at

**accessed\_at: AwareDatetime

The timestamp when the request queue was last accessed.

### [**](#act_id)act\_id

**act\_id: str | None

The ID of the Actor that created this request queue.

### [**](#act_run_id)act\_run\_id

**act\_run\_id: str | None

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

### [**](#created_at)created\_at

**created\_at: AwareDatetime

The timestamp when the request queue was created.

### [**](#expire_at)expire\_at

**expire\_at: AwareDatetime | None

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

### [**](#general_access)general\_access

**general\_access: [GeneralAccess](https://docs.apify.com/api/client/python/api/client/python/reference.md#GeneralAccess) | None

### [**](#had_multiple_clients)had\_multiple\_clients

**had\_multiple\_clients: bool

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

### [**](#handled_request_count)handled\_request\_count

**handled\_request\_count: int

The number of requests that have been handled.

### [**](#id)id

**id: str

A unique identifier assigned to the request queue.

### [**](#model_config)model\_config

**model\_config: Undefined

### [**](#modified_at)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

**name: str

The name of the request queue.

### [**](#pending_request_count)pending\_request\_count

**pending\_request\_count: int

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

### [**](#stats)stats

**stats: [RequestQueueStats](https://docs.apify.com/api/client/python/api/client/python/reference/class/RequestQueueStats.md) | None

### [**](#total_request_count)total\_request\_count

**total\_request\_count: int

The total number of requests in the request queue.

### [**](#user_id)user\_id

**user\_id: str

The ID of the user who owns the request queue.

### [**](#username)username

**username: str

The username of the user who owns the request queue.
