---
title: "Get Investigation List"
method: GET
path: "/api/investigation-list"
---

# Get Investigation List

`GET /api/investigation-list`

Get paginated list of investigations with optional category and repo filtering.

## Query parameters

- `categories` string, nullable — Comma-separated category names to filter by
- `repos` string, nullable — Comma-separated repo names in 'owner/name' format to filter by
- `page` integer — Page number (1-based)
- `count` integer — Number of items per page

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/911db8c1d636/schema)
