---
title: "Get Mobile Upload Status"
method: GET
path: "/mobile-upload/{secret_key}/status"
tags: ["Mobile Upload"]
---

# Get Mobile Upload Status

`GET /mobile-upload/{secret_key}/status`

Mobile polls this endpoint to check if the session is still valid.
If valid:
  - we update last_polled_at to keep the session alive
  - return { "status": "valid" }
Otherwise, raise HTTP errors.

## Path parameters

- `secret_key` string, required

## Response `200`

Successful Response

- StatusResponse
  - `status` string, required
  - `desktop_listening` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-06** `a8edb782d4d6` — 1 info
  - added the optional property `desktop_listening` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/mobile-upload/:secret_key/status/get.md)

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
