---
title: "List Probes"
method: GET
path: "/probes"
tags: ["probes"]
---

# List Probes

`GET /probes`

## Query parameters

- `status` 'pending-review' | 'approved' | 'rejected'
- `limit` integer, nullable
- `cursor` string, nullable

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- ListProbesResponse
  - `probes` ProbeState[], required
    - `id` string, required
    - `site` string, required
    - `slot` string, required
    - `subsystem` string, required
    - `status` 'pending-review' | 'approved' | 'rejected', required
    - `mint_run` string, required
    - `kind` 'repair' | 'feature.implement.authored'
    - `created_at` string, date-time, required
    - `reviewed_by` string, nullable
    - `reviewed_at` string, date-time, nullable
    - `comments` ProbeComment[]
      - `author` string, required
      - `verdict` 'approved' | 'rejected', required
      - `comment` string, nullable, required
      - `at` string, date-time, required
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
