---
title: "List a dispatch setup's runs"
method: GET
path: "/api/v1/me/dispatch-setups/{setupId}/dispatches"
tags: ["Dispatches"]
---

# List a dispatch setup's runs

`GET /api/v1/me/dispatch-setups/{setupId}/dispatches`

One setup's past runs, most recently created first, filtered to the ones whose covered repos the caller can still see.

## Path parameters

- `setupId` string, required

## Query parameters

- `jurisdiction` string
- `pageSize` integer
- `pageToken` string

## Response `200`

Dispatch runs

- object
  - `items` object[], nullable, required
    - `id` string, required
    - `setupId` string, required
    - `jurisdiction` string
    - `status` string, required
    - `title` string, nullable, required
    - `coveredRepos` string[], nullable, required
    - `coveredRepoUlids` string[], nullable, required
    - `coveredRepoGithubIds` number[], nullable, required
    - `windowSince` string, nullable, required
    - `windowUntil` string, nullable, required
    - `voice` string, nullable, required
    - `voiceBucket` string, nullable, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `completedAt` string, nullable, required
  - `nextPageToken` string, nullable, required

## Other responses

- `404` — Setup not found
- `503` — entire-api is not configured

---

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