---
title: "GET /api/solutions"
method: GET
path: "/api/solutions"
---

# GET /api/solutions

`GET /api/solutions`

List all saved solutions

## Query parameters

- `startsWith` string
- `limit` integer

## Response `200`

Success, returns an array of object names with an optional `pageToken` to retrieve the next page of records.

- object[]
  - `name` string
  - `pageToken` object
    - `prefix` string
    - `maxResults` integer
    - `autoPaginate` boolean
    - `pageToken` string

## Changes

> 2 revisions in range; 1 could not be searched.

- **2022-08-31** `e3ede97ccc04` — 1 breaking, 2 warning
  - the `items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `items/name` from the response with the `200` status
  - removed the optional property `items/pageToken` from the response with the `200` status

[Change history](https://skmtc.dev/google/apis/fleet-routing-app-backend/changes/api/solutions/get.md)

---

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