---
title: "Gallery"
method: GET
path: "/results/gallery"
tags: ["Results"]
---

# Gallery

`GET /results/gallery`

Get a paginated list of results.

## Query parameters

- `page` integer
- `limit` integer
- `technologies` string
- `status` string
- `perception` boolean
- `failed` boolean

## Response `200`

OK

- ApiGalleryResponse
  - `limit` integer
  - `page` integer
  - `results` ApiGalleryContent[]
    - `failed` boolean
    - `file_name` string
    - `id` integer
    - `probed_at` string
    - `response_code` integer
    - `screenshot` string
    - `technologies` string[]
    - `title` string
    - `url` string
  - `total_count` integer

---

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