---
title: "List simulations"
method: GET
path: "/v1/simulations"
tags: ["Simulations"]
---

# List simulations

`GET /v1/simulations`

List the caller's simulations, newest first. Optionally filter by status
or by project_id (projects group related simulations).

## Query parameters

- `status_filter` string, nullable
- `limit` integer
- `project_id` string, uuid, nullable

## Headers

- `authorization` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-14** `79d8db9d1182` — 1 info
  - added the new optional `query` request parameter `project_id`

[Change history](https://skmtc.dev/stainless-api/apis/semilattice-api/changes/v1/simulations/get.md)

---

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