---
title: "List guests"
method: GET
path: "/guests"
---

# List guests

`GET /guests`

Lists all guests for the current account, optionally filtered by app.

## Query parameters

- `app` string — Filter guests by app name.

## Response `200`

OK

- ListGuestsResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `guests` Guest[], required — List of guests.
    - `app` string, required — The name of the app this guest can access.
    - `created_at` string, date-time, required — When the guest was created.
    - `id` string, required — The unique identifier for the guest.
    - `name` string — Optional display name for the guest.

## Other responses

- `default` — Error

---

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