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

# List Applications

`GET /api/applications`

List Applications

## Query parameters

- `offset` integer
- `limit` integer
- `search` string
- `companyId` string
- `reportingProtocolId` string

## Response `200`

Query response with totalCount and list of records

- object
  - `totalCount` integer, required

## Other responses

- `400` — Bad request
- `403` — Authenticated user not allowed to perform this operation

## Changes

> 2 revisions in range; 1 could not be searched.

- **2019-08-12** `83b3cb04ea46` — 2 info
  - added `subschema #1, subschema #2` to the response body `allOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the response body `allOf` list for the response status `200`

[Change history](https://skmtc.dev/cablelabs/apis/lpwan-server/changes/api/applications/get.md)

---

[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)
