---
title: "Get Microsoft 365 Apps Status"
method: GET
path: "/insync/cappmaster/v1/apps/status"
tags: ["App Management"]
---

# Get Microsoft 365 Apps Status

`GET /insync/cappmaster/v1/apps/status`

Provides the App Connection Status for M365.

## Query parameters

- `tenantType` 'M365', required

## Response `200`

Success

- CloudAppStatus
  - `status` integer — Status response code for API. It is 0 (zero) for a success response.
  - `M365` object[] — Array of dictionary containing app information for specific tenant type
    - `appId` integer — The ID of the App.
    - `appName` string — The name of the App configured for backup. Example - Microsoft 365 Advanced
    - `status` integer — The status of the application. - 0 - Not configured - 1 - Configured - 2 - Not connected - 3 - Connected - 4 - Not licensed
    - `lastConfigured` string — The date and time when the app was last configured. Example format - YYYY-MM-DDTHH:MM:SSZ
    - `clientid` string — The Application or Client ID of the App. Example - r5942009-853d-485t-vlo5-28df7cd0d7c8

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `403` — Access denied: Insufficient permissions. User requires specific access rights and minimum permissions. Details: https://help.druva.com/en/articles/15069296
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error on server.
- `501` — Requested HTTP method is not implemented.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
