---
title: "Get applications"
method: GET
path: "/applications"
tags: ["Applications"]
---

# Get applications

`GET /applications`

Get a list of matching applications, will be filtered by your accessible workspaces based on permissions.
### Authorization Required:
  - Application View

## Query parameters

- `limit` integer
- `sortBy` string
- `offset` integer
- `sortOrder` integer
- `requireEntrypoint` boolean

## Response `200`

Array containing JSON objects of each found application

- ApplicationResponse[]
  - `created` string, required — Date of when the application was created
  - `createdBy` string, required — User who created the application
  - `dataSchemas` object[], required
  - `description` string, required — Description of the application
  - `id` string, required — Unique identifier of the application
  - `modified` string, required — Date of when the application was last modified
  - `modifiedBy` string, required — User who modified the application last
  - `name` string, required — Name of the application
  - `promotions` object, required
  - `settings` object, required
  - `title` string, required — Title of the application
  - `type` string, required — Type of application ('form' or 'workflow')
  - `workspaceId` string, required — Unique identifier of the workspace containing the application

## Other responses

- `default` — Error

---

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