---
title: "List Queue Items"
method: GET
path: "/api/{account}/queue"
tags: ["Queue"]
---

# List Queue Items

`GET /api/{account}/queue`

List posts and messages in the queue.

## Query parameters

- `publishDateStart` string, required — Earliest publish date to return (must be at least today)
- `publishDateEnd` string, required — Latest publish date to return
- `timezone` string, required — Time timezone of the provided dates. [View available timezone values](https://www.php.net/manual/en/timezones.php)
- `limit` integer, required — Maximum number of queue items to return (default = 20)

## Response `200`

Success

- object
  - `data` object
    - `list` object[]
      - `id` integer
      - `type` string
      - `publishDateTime` string
      - `createdDateTime` string
      - `entity` object
        - `responseType` string
        - `id` integer
        - `text` string
        - `rawText` string
        - `giphyId` string, nullable
        - `lockedText` boolean
        - `isNew` boolean
        - `isFree` boolean
        - `isOpened` boolean
        - `price` integer
        - `isMediaReady` boolean
        - `mediaCount` integer
        - `media` unknown[]
          - unknown
        - `previews` unknown[]
          - unknown
        - `createdAt` string
        - `changedAt` string
        - `scheduledAt` string
        - `isTip` boolean
        - `cancelSeconds` integer
        - `isLiked` boolean
        - `canPurchase` boolean
        - `isMarkdownDisabled` boolean
        - `releaseForms` unknown[]
          - unknown
        - `userLists` string[]
        - `sentRulesType` string
        - `sentRulesExtra` string
        - `isFromQueue` boolean
        - `queueId` integer
        - `canUnsendQueue` boolean
        - `unsendSecondsQueue` integer
    - `syncInProcess` boolean
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
