---
title: "Get Organization Applications"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/applications"
tags: ["Applications"]
---

# Get Organization Applications

`GET /api/v3.0/orgs/{orgUuid}/applications`

Returns a list of all applications accessible to the current user

## Path parameters

- `orgUuid` string, required

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

OK

- DWRResponsePageableV3CollectionApplicationDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` ApplicationDTOV3[]
    - `uuid` string
    - `name` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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