---
title: "List revisions of a project"
method: GET
path: "/api/projects/{id}/revisions"
tags: ["Project"]
---

# List revisions of a project

`GET /api/projects/{id}/revisions`

## Path parameters

- `id` integer, required

## Query parameters

- `last_id` integer
- `name` string
- `page[after]` string
- `page[size]` integer

## Response `200`

default response

- RestRevisionCollection
  - `pagination` RestPagination — Pagination information
    - `nextPage` string — next page URL
  - `revisions` RestRevision[]
    - `archiveMd5` string, byte — MD5 of archive
    - `archiveType` string, required — archive type
    - `createdAt` string, date-time — created time
    - `revision` string, required — revision
    - `userInfo` object — User information as json

---

[API](https://skmtc.net/treasure/apis/treasure-workflow.md) · [All operations](https://skmtc.net/treasure/apis/treasure-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/treasure-workflow/revisions/4eedf1838ef4/schema)
