---
title: "userStatus"
method: GET
path: "/v2/user/status"
tags: ["User management"]
---

# userStatus

`GET /v2/user/status`

Get status for all tasks of user.

## Query parameters

- `pageSize` integer
- `page` integer
- `nextPageToken` string, required

## Response `200`

Data fetched successfully.

- EntityStatusPageView — Pageable response containing a list of EntityStatusView
  - `page` integer — Page number
  - `totalPages` integer — Total pages
  - `total` integer — Number of items per page
  - `nextPageToken` string — Next page token
  - `data` EntityStatusView[] — Response items
    - `userId` string — User ID
    - `taskId` string — Task ID
    - `source` 'GMAIL' | 'GDOC' | 'GDRIVETEAM' | 'SFC' | 'GOOGLEAPPS' | 'GCALENDAR' | 'GTASK' | 'GCONTACTS' | 'YMAIL' | 'GACCOUNTS' | 'GSITES' | 'SDB' | 'O365MAIL' | 'O365CONTACTS' | 'DDB' | 'MS365' | 'O365CALENDAR' | 'O365TASKS' | 'SHAREPOINT' | 'SHAREPOINT_MULTI' | 'ONEDRIVE' | 'IMAP' | 'BOX' | 'PUBLICWORDPRESS' | 'DROPBOX' | 'MS365GROUPS' | 'MS365GROUP_CONVERSATIONS' | 'MS365GROUP_CALENDAR' | 'MS365GROUP_SITE' | 'MS365GROUP_META' | 'O365NOTES' | 'MS365TEAM_CHANNELS' | 'MS365TEAM_APPS' | 'MSTEAMS' | 'MSGROUPS' | 'INTERNAL' | 'DYNAMICS365' | 'ENTRAID' — Service internal type
    - `entityName` string — Account email
    - `lastBackupDate` string — The date of the last successful backup
    - `lastBackupAttemptDate` string — The date when the last backup tried to execute. Normally it should be equal to LastBackupDate, if not, i.e. LastBackupTryDate &gt; LastBackupDate =&gt; it is a signal that the backup task failed
    - `backupDuration` integer — Last backup duration (in ms)
    - `size` integer — The amount of uncompressed data stored in our storage in bytes. This information could be used to bill the clients for services where we charge based on storage amount
    - `backupStatus` BackupStatusView[] — Backup statuses
      - `subSource` string — Service sub-type (mail, tasks, calendar, etc.)
      - `status` string — Task status
      - `error` string — Short meaningful error
      - `errFAQLink` string — Link of error to FAQ page

## Other responses

- `401` — The user is not logged in.
- `403` — The user does not have an access to view the account activity.

---

[API](https://skmtc.dev/cloudally/apis/cloudally-rest-api.md) · [All operations](https://skmtc.dev/cloudally/apis/cloudally-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudally/cloudally-rest-api/revisions/97e3a3740b5b/schema)
