---
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-23** `65605c05e7f7` — 2 breaking, 2 info
  - 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
  - added the required property `results/items/createdAt` to the response with the `200` status
  - added the required property `results/items/fileName` to the response with the `200` status
- **2025-01-23** `4905576a1c1e` — 2 breaking, 2 info
  - removed the required property `results/items/createdAt` from the response with the `200` status
  - removed the required property `results/items/fileName` from the response with the `200` status
  - added the required property `results/items/created_at` to the response with the `200` status
  - added the required property `results/items/file_name` to the response with the `200` status
- **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
- …earlier changes not shown

[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/396dcd08fcd9/schema)
