---
title: "Check processing status"
method: GET
path: "/missions/{missionId}/status"
---

# Check processing status

`GET /missions/{missionId}/status`

Monitor the status of the multistage pipeline (Ingest, Decode, Dashboard).

## Path parameters

- `missionId` string, required

## Response `200`

Current status of the mission data processing.

- PipelineStatus
  - `stage` 'INGEST' | 'DECODE_EXTRACT' | 'DASHBOARD_STORAGE' | 'READY'
  - `progress_percentage` integer
  - `last_updated` string, date-time

---

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