---
title: "Get Application"
method: GET
path: "/api/applications/{id}"
tags: ["Application"]
---

# Get Application

`GET /api/applications/{id}`

Get Application

## Response `200`

Application record

- object
  - `name` string — The Application's name
  - `description` string — The Application's description
  - `companyId` string — The ID of the Company to which the Application belongs. For a Company Admin user, this can only be the Id of their own Company.
  - `baseUrl` string — The URL that the Reporting Protocol sends the data to. This may have additional paths added, depending on the Reporting Protocol.
  - `reportingProtocolId` string — The ID of the Reporting Protocol the Application will use to pass Device data back to the Application Vendor
  - `id` string
  - `running` boolean — If the Application is currently sending data received from the Networks to the baseUrl via the Reporting Protocol

## Other responses

- `403` — Authenticated user not allowed to perform this operation
- `404` — Application not found

---

[API](https://skmtc.dev/cablelabs/apis/lpwan-server.md) · [All operations](https://skmtc.dev/cablelabs/apis/lpwan-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cablelabs/lpwan-server/revisions/a77a7d2af072/schema)
