---
title: "Get Simulation"
method: GET
path: "/v1/simulation/{simulation_id}"
tags: ["Simulations"]
---

# Get Simulation

`GET /v1/simulation/{simulation_id}`

Get a specific simulation by ID.

## Path parameters

- `simulation_id` integer, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- SimulationPydantic
  - `id` integer, nullable
  - `bluejay_as_code_id` string, uuid, nullable
  - `agent_id` integer, required
  - `name` string, required
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `updated_by` string, uuid, nullable
  - `created_by` string, uuid, nullable
  - `settings` object, nullable
  - `type` 'max_concurrent' | 'parallel', required
  - `max_concurrent` integer, nullable
  - `max_turns` integer, nullable
  - `ringing_timeout` integer, nullable
  - `inactivity_timeout_seconds` integer, nullable
  - `tags` string[], nullable
  - `description` string, nullable
  - `pinned` boolean, nullable
  - `always_on` boolean, nullable

## 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)
