# Get the posting queue with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/get-queue --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)GET/queue # Get the posting queue with the PostEverywhere API The workspace's recurring posting openings, plus a preview of where the next posts added to the queue will land (wall-clock in the queue's timezone). The preview is a forecast; allocation happens at create time via POST /posts with use_queue: true. Queue management (editing openings) is app-only by design. Guides: [Quick start: create your first post](https://posteverywhere.ai/docs/quick-start) · [Bulk operations guide](https://posteverywhere.ai/docs/bulk-operations) Copy MarkdownCopy for LLM ## Parameters previewintegeroptionalHow many upcoming openings to preview ## Responses - 200The queue and its upcoming openings, or queue: null when none is set up ## More in Posts - [List posts](https://posteverywhere.ai/docs/api/list-posts) - [Create a post](https://posteverywhere.ai/docs/api/create-post) - [Get a post](https://posteverywhere.ai/docs/api/get-post) - [Update a post](https://posteverywhere.ai/docs/api/update-post) - [Delete a post](https://posteverywhere.ai/docs/api/delete-post) - [Publish results](https://posteverywhere.ai/docs/api/get-post-results) - [Retry a post](https://posteverywhere.ai/docs/api/retry-post) - [Schedule or publish](https://posteverywhere.ai/docs/api/schedule-post) - [Bulk create posts](https://posteverywhere.ai/docs/api/bulk-create-posts) - [Bulk retry](https://posteverywhere.ai/docs/api/retry-failed-posts) - [Approve a post](https://posteverywhere.ai/docs/api/approve-post) - [Request changes](https://posteverywhere.ai/docs/api/request-post-changes) [← Bulk retry](https://posteverywhere.ai/docs/api/retry-failed-posts)[Approve a post →](https://posteverywhere.ai/docs/api/approve-post)[← All endpoints](https://posteverywhere.ai/docs/api/reference)