---
title: "Get mission upload status"
method: GET
path: "/missions/{mission_id}/status"
---

# Get mission upload status

`GET /missions/{mission_id}/status`

Check status of all files for a mission

## Path parameters

- `mission_id` string, required

## Response `200`

Current upload status

- object
  - `mission_id` string
  - `status` 'pending' | 'uploading' | 'completed' | 'failed'
  - `files` object[]
    - `filename` string
    - `file_type` 'insight' | 'payload'
    - `size` integer
    - `uploaded` boolean
    - `priority` 'high' | 'low'

---

[API](https://skmtc.dev/google/apis/robot-data-upload-api.md) · [All operations](https://skmtc.dev/google/apis/robot-data-upload-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/robot-data-upload-api/revisions/80b5543ed21b/schema)
