---
title: "List Applications"
method: GET
path: "/api/v1/app"
tags: ["Application"]
---

# List Applications

`GET /api/v1/app`

List of all the organization's applications.

## Query parameters

- `exclude_apps_with_no_endpoints` boolean — Exclude applications that have no endpoints. Default is false.
- `exclude_apps_with_disabled_endpoints` boolean — Exclude applications that have only disabled endpoints. Default is false.
- `exclude_apps_with_svix_play_endpoints` boolean — Exclude applications that only have Svix Play endpoints. Default is false.
- `limit` integer — Limit the number of returned items
- `iterator` string, nullable — The iterator returned from a prior invocation
- `order` 'ascending' | 'descending' — Defines the ordering in a listing of results.

## Response `200`

- ListResponseApplicationOut
  - `data` ApplicationOut[], required
    - `uid` string, nullable — Optional unique identifier for the application.
    - `name` string, required — Application name for human consumption.
    - `rateLimit` integer, nullable — Deprecated, use `throttleRate` instead.
    - `throttleRate` integer, nullable — Maximum messages per second to send to this application. Outgoing messages will be throttled to this rate.
    - `id` string, required — The Application's ID.
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `metadata` object, required
  - `iterator` string, nullable, required
  - `prevIterator` string, nullable
  - `done` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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