---
title: "Get all apps"
method: GET
path: "/apps/"
tags: ["Apps"]
---

# Get all apps

`GET /apps/`

Retrieve all apps from app directory.

## Response `200`

successful operation

- object
  - `data` App[]
    - `artifactId` string, required
    - `name` string, required
    - `description` string
    - `img` string
    - `dataModels` string[]
    - `components` object[]
      - `type` string
      - `uri` string
      - `name` string
    - `isGlobal` boolean
    - `tenant` string
    - `status` string
    - `supportedConnections` object
      - `inbound` boolean
      - `outbound` boolean
    - `_id` string, required
    - `createdAt` string, date-time, required — Client creation time
    - `updatedAt` string, date-time — Client update time
  - `meta` Meta
    - `page` integer
    - `perPage` integer
    - `total` integer
    - `totalPages` integer

## Changes

- **2021-03-17** `5a0d745f056f` — 1 breaking, 2 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `meta` to the response with the `200` status

[Change history](https://skmtc.dev/openintegrationhub/apis/app-directory/changes/apps/get.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/app-directory.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/app-directory/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/app-directory/revisions/5a0d745f056f/schema)
