---
title: "Get All Simulations"
method: GET
path: "/v1/get-all-simulations"
tags: ["Simulations"]
---

# Get All Simulations

`GET /v1/get-all-simulations`

Get all simulations for a user.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- GetSimulationsResponse
  - `simulations` SimulationRes[] — List of simulations
    - `id` integer, required — ID of the simulation
    - `name` string, required — Name of the simulation
    - `agent_id` integer, nullable — ID of the agent associated with the simulation
    - `created_at` string, date-time, required — When the simulation was created
    - `settings` object, nullable — Settings of the simulation
    - `selected_custom_metrics` string[], nullable — Custom metric IDs selected for this simulation (null means all agent metrics)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
