---
title: "Search for public snapshots"
method: GET
path: "/search"
tags: ["search"]
---

# Search for public snapshots

`GET /search`

## Query parameters

- `q` string, required
- `before` string, date-time
- `offset` integer
- `limit` integer

## Response `200`

Search results

- SearchResult
  - `before` string, date-time, required
  - `offset` integer, required
  - `results` SnapshotMeta[], required
    - `id` string, required
    - `owner` string, required
    - `fileName` string, required
    - `version` integer, required
    - `registered` boolean
    - `createdAt` string, date-time, required

## Other responses

- `400` — Invalid input

## Changes

- **2025-01-22** `7a2b2f42a2f2` — 3 breaking, 1 warning, 5 info
  - added the new required `query` request parameter `q`
  - removed the required property `results/items/created_at` from the response with the `200` status
  - removed the required property `results/items/file_name` from the response with the `200` status
  - deleted the `query` request parameter `query`
  - …5 more
- **2025-01-22** `a314791d5d17` — 1 breaking, 4 warning
  - added the new required `query` request parameter `query`
  - deleted the `query` request parameter `before`
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `offset`
  - …1 more
- **2025-01-22** `096b480360fd` — 1 breaking, 1 warning, 3 info
  - added the new required `query` request parameter `q`
  - deleted the `query` request parameter `query`
  - added the new optional `query` request parameter `before`
  - added the new optional `query` request parameter `limit`
  - …1 more
- **2025-01-22** `d3210261c539` — 1 info
  - api operation id `searchSnapshots` was added
- **2025-01-20** `211195a7bd6a` — 3 info
  - the response property `before` became required for the status `200`
  - the response property `offset` became required for the status `200`
  - the response property `results` became required for the status `200`

[Full history](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api/changes/search/get.md)

---

[API](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api.md) · [All operations](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lapisla-prover/lapisla-prover-api/revisions/7a2b2f42a2f2/schema)
