---
title: "GET /api/status/{id}"
method: GET
path: "/api/status/{id}"
---

# GET /api/status/{id}

`GET /api/status/{id}`

Check if a scenario or solution file exists

## Path parameters

- `id` string, required

## Query parameters

- `prefix` 'scenarios' | 'solutions', required

## Response `200`

Returns a status message indicating whether the file exists

- object
  - `status` boolean — Value will be `true` if file exists, otherwise `false`
  - `name` string — Path to the file within the Google Cloud Storage bucket

---

[API](https://skmtc.dev/google/apis/fleet-routing-app-backend.md) · [All operations](https://skmtc.dev/google/apis/fleet-routing-app-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/fleet-routing-app-backend/revisions/399c44da1789/schema)
