---
title: "Retrieves details of a specific Work App."
method: GET
path: "/api/v1/WorkApps/{workAppId}"
tags: ["WorkApps"]
---

# Retrieves details of a specific Work App.

`GET /api/v1/WorkApps/{workAppId}`

## Path parameters

- `workAppId` string, uuid, required

## Headers

- `X-API-SECRET` string, required — API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.

## Response `200`

OK

- WorkAppDetailedRecordViewModelV1 — A response model that contains a single data record and related navigation links.
  - `data` WorkAppDetailedViewModelV1, required — Detailed view of a work app including metadata, configuration, ownership, etc.
    - `id` string, uuid, required — Unique identifier of the work app.
    - `name` string, required — Name of the work app.
    - `categoryId` integer — Identifier of the work app's category.
    - `categoryName` 'CATEGORY_OFFICE_SUITE' | 'CATEGORY_MESSAGING_AND_COMMUNICATION' | 'CATEGORY_SOFTWARE_DEVELOPMENT' | 'CATEGORY_LEGAL_AND_COMPLIANCE' | 'CATEGORY_SALES' | 'CATEGORY_SECURITY' | 'CATEGORY_PRODUCT_AND_DESIGN' | 'CATEGORY_ANALYTICS' | 'CATEGORY_IT_INFRASTRUCTURE' | 'CATEGORY_COLLABORATION_AND_PRODUCTIVITY' | 'CATEGORY_HR' | 'CATEGORY_FINANCE_AND_ACCOUNTING' | 'CATEGORY_MARKETING' | 'CATEGORY_CONTENT_MANAGEMENT' | 'CATEGORY_COMMERCE' | 'CATEGORY_COMMUNICATION' | 'CATEGORY_CUSTOMER_SERVICE' | 'CATEGORY_TRAVEL' | 'CATEGORY_NEWS_AND_CONTENT' | 'CATEGORY_LEARNING_AND_DEVELOPMENT' | 'CATEGORY_OFFICE_MANAGEMENT' | 'CATEGORY_OPERATIONS_AND_PROCESSES' | 'CATEGORY_ONLINE_SHOPS' | 'CATEGORY_EMPLOYEE_BENEFITS' | 'CATEGORY_LEGAL' | 'CATEGORY_COMPLIANCE' | 'CATEGORY_IT_MANAGEMENT' | 'CATEGORY_OTHER', required
    - `numberOfAccounts` integer — Number users with access to this work app.
    - `isBundle` boolean — Indicates whether the work app is a bundle.
    - `owner` UserSimplifiedViewModelV1 — Basic user information including identity and status details.
      - `id` string, uuid, required — Unique identifier of the user.
      - `name` string, required — Full name of the user.
      - `email` string, required — Email address of the user.
      - `statusId` integer — Identifier of the user's status.
      - `statusName` string, required — Name of the user's status.
    - `url` string, required — URL for accessing the work app.
    - `imageUrl` string, required — URL of the image associated with the work app.
    - `statusId` integer — Identifier of the work app's status.
    - `statusName` 'Managed' | 'Archived' | 'Archiving' | 'Requested' | 'Rejected' | 'Discovered' | 'Restricted' | 'Accepted' | 'Ignored', required
    - `serverLocations` string[], required — List of geographic server locations where the app operates.
    - `certifications` string[], required — List of certifications held by the work app.
    - `aiRisk` WorkAppAiRiskLevelViewModelV1 — AI risk level assigned to a work app, including optional reasoning.
      - `id` integer — Identifier of the AI risk level.
      - `level` string, required — Name of the AI risk level.
      - `reasoning` string, nullable — Optional explanation or justification for the assigned risk level.
    - `customFields` object, required — Custom metadata fields for the work app, structured as nested key-value pairs.
    - `defaultUsersGroups` string[], required — IDs of user groups where this work app is set as the default.
    - `hiddenUsersGroups` string[], required — IDs of user groups where this work app is hidden from the catalog.
    - `tagLine` string, required — Short tagline or summary of the work app.
    - `description` string, required — Detailed description of the work app.
    - `lastActivity` string, date-time, nullable — Date and time of the last user activity in this work app.
  - `links` LinksViewModel, required — Pagination-related URLs for navigating a paginated collection.
    - `self` string, required — URL to the current resource or page.
    - `next` string, nullable — URL to the next page in the collection, if available.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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