---
title: "List recent quotes"
method: GET
path: "/api/v1/attestations/recent"
tags: ["Attestations"]
---

# List recent quotes

`GET /api/v1/attestations/recent`

Public endpoint. Returns recently uploaded quotes ordered by timestamp.

## Query parameters

- `skip` integer — Offset for pagination
- `limit` integer — Max results

## Response `200`

List of recent quotes

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/phala/apis/phala-cloud-api.md) · [All operations](https://skmtc.net/phala/apis/phala-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phala/phala-cloud-api/versions/83c6ae62e860/schema)
