---
title: "Get list of applications by Company ID"
method: GET
path: "/applications"
tags: ["Applications"]
---

# Get list of applications by Company ID

`GET /applications`

## Query parameters

- `company` string, required
- `limit` number
- `offset` number

## Response `200`

Response object of applications requests

- MKApplications
  - `company` CompanyAppsSchema, required
    - `apps` object, required
      - `items` App[], required
        - `id` string, required
        - `name` string, required
        - `display_name` string, required
        - `status` string, required

## Other responses

- `401` — No or invalid API key provided to the request
- `404` — Could not find the company or the user does not have permissions to retrieve data
- `500` — Error occurred while retrieving applications

---

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