---
title: "Preview upcoming slots"
method: GET
path: "/v1/queue/preview"
tags: ["Queue"]
---

# Preview upcoming slots

`GET /v1/queue/preview`

Returns the next N upcoming queue slot times for a profile as ISO datetime strings.

## Query parameters

- `profileId` string, required
- `queueId` string
- `count` integer

## Response `200`

Queue slots preview

- QueuePreviewResponse
  - `profileId` string
  - `queueId` string
  - `queueName` string
  - `count` integer
  - `slots` string[]

## Other responses

- `400` — Invalid parameters
- `401` — Unauthorized
- `404` — Profile or queue schedule not found

---

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