# ListDownloadQueueItemsStatus The state of the item: - deciding: The item decision is pending - waiting: The item is waiting for transcode - processing: The item is being transcoded - available: The item is available for download - error: The item encountered an error in the decision or transcode - expired: The transcoded item has timed out and is no longer available ## Values | Name | Value | | ------------ | ------------ | | `DECIDING` | deciding | | `WAITING` | waiting | | `PROCESSING` | processing | | `AVAILABLE` | available | | `ERROR` | error | | `EXPIRED` | expired |