---
title: "Get Application"
method: GET
path: "/api/v1/app/{app_id}"
tags: ["Application"]
---

# Get Application

`GET /api/v1/app/{app_id}`

Get an application.

## Path parameters

- `app_id` string, required — The Application's ID or UID.

## Response `200`

- ApplicationOut
  - `createdAt` string, date-time, required
  - `id` string, required — The Application's ID.
  - `metadata` object, required
  - `name` string, required — Application name for human consumption.
  - `throttleRate` integer, nullable — Maximum messages per second to send to this application. Outgoing messages will be throttled to this rate.
  - `uid` string, nullable — Optional unique identifier for the application.
  - `updatedAt` string, date-time, required

## Other responses

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

## Changes

- **2026-08-19** `dc130bd1b074` — 1 warning
  - removed the optional property `rateLimit` from the response with the `200` status

[Change history](https://skmtc.dev/svix/apis/svix-api/changes/api/v1/app/:app_id/get.md)

---

[API](https://skmtc.dev/svix/apis/svix-api.md) · [All operations](https://skmtc.dev/svix/apis/svix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/svix/svix-api/revisions/50dde67d2d2d/schema)
