---
title: "Retrieves all quotes"
method: GET
path: "/quotes"
tags: ["quote-operations"]
---

# Retrieves all quotes

`GET /quotes`

Returns a list of all the quotes stored in the system.

## Response `200`

Successful retrieval of all quotes

- Quote[]
  - `id` integer
  - `author` string
  - `quote` string

## Other responses

- `204` — No quotes found
- `500` — Internal server error

---

[API](https://skmtc.net/google/apis/quote-api.md) · [All operations](https://skmtc.net/google/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/quote-api/versions/4359031ab455/schema)
