---
title: "Get user status"
method: GET
path: "/v1/users/app/{app_id}/status"
tags: ["authentication"]
---

# Get user status

`GET /v1/users/app/{app_id}/status`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- UserStatusApp
  - `activePaymentMethodCount` integer
  - `allowToSubmitJob` boolean
  - `calibratedJobCountByApp` integer
  - `mode` 'ONBOARDING' | 'FREEMIUM' | 'NORMAL' | 'SUSPENDED'
  - `onboardingJobCount` integer
  - `jobsUpdatedTime` string, date-time
  - `neededCalibratedJobs` integer
  - `remainingCalibratedJobs` integer
  - `metricsReady` boolean
  - `pausedJobCount` integer

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/51decf354aac/schema)
