---
title: "Get application workspace"
method: GET
path: "/applications/{applicationId}/workspace"
tags: ["Applications"]
---

# Get application workspace

`GET /applications/{applicationId}/workspace`

Gets the workspace that contains the application.
### Authorization Required:
  - Application View

## Path parameters

- `applicationId` string, required

## Response `200`

JSON object describing found workspace

- object
  - `private` boolean, required — If the workspace is private or not
  - `parent` string, required — Parent workspace Id
  - `_id` string, required — Unique identifier of the workspace
  - `name` string, required — Name of the workspace
  - `owner` string, required — Owner of the workspace
  - `created` string, required — Date of when the workspace was created
  - `modified` string, required — Date of when the last modification of the workspace took place

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