---
title: "List Reports"
method: GET
path: "/admin/wifi/reports"
tags: ["admin-wifi"]
---

# List Reports

`GET /admin/wifi/reports`

## Query parameters

- `status` string, nullable
- `outcome` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ReportRow[]
  - `id` string, required
  - `report_type` string, required
  - `has_starlink` boolean, required
  - `tail_number` string, nullable, required
  - `flight_number` string, nullable, required
  - `origin` string, nullable, required
  - `destination` string, nullable, required
  - `flight_date` string, nullable, required
  - `notes` string, nullable, required
  - `reporter_email` string, nullable, required
  - `image_urls` string[], nullable, required
  - `status` string, required
  - `created_at` string, required
  - `verification_outcome` string, nullable, required
  - `checker_verdict` string, nullable, required
  - `checker_tail` string, nullable, required
  - `checker_wifi_type` string, nullable, required
  - `checker_explanation` string, nullable, required
  - `resolved_flight` string, nullable, required
  - `verified_at` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/eb694aedc555/schema)
