---
title: "Get full simulated transaction details"
method: POST
path: "/v1/account/{accountSlug}/project/{projectSlug}/simulations/{simulationId}"
tags: ["Simulator"]
---

# Get full simulated transaction details

`POST /v1/account/{accountSlug}/project/{projectSlug}/simulations/{simulationId}`

Get all the simulation details for a transaction from a specific account or project. This data includes details about the transaction, simulation details, list of contracts involved, and generated access list. You need to provide the ID of the simulated transaction.

## Path parameters

- `accountSlug` string, required
- `projectSlug` string, required
- `simulationId` string, required

## Response `200`

A successful response.

- SimulationsSinglePostResponse — An object with details about simulated transaction by ID for given project.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The resource was not found.
- `429` — The request was rate limited. See the [rate limits](#section/Introduction/Rate-limits) section for the current limits and how request counts expire.
- `500` — Server error.

---

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