---
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

## Other responses

- `422` — Validation Error

---

[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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/437cd8414e9e/schema)
