pub async fn upload_status(
__arg0: State<AppState>,
__arg1: Path<String>,
) -> ResponseExpand description
GET /api/v1/fs/uploads/{id} — where to resume from.
Reads only in-memory session state (UploadStore::offset), so unlike the
other four upload routes this never touches disk and stays directly on the
async runtime rather than going through spawn_blocking.