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

# Get quick simulated transaction details

`GET /v1/account/{accountSlug}/project/{projectSlug}/simulations/{simulationId}/info`

Call the `info` endpoint to fetch only the `transaction_info` object for a simulated transaction from a specific account or project. The response also return the block header information and block override data as separate objects. You need to provide the ID of the simulated transaction. 

This endpoint returns the same data as the [Fetch full simulation details by transaction ID](https://docs.tenderly.co/reference/api#/operations/getSimulatedTransactionById) just formatted in a different way.

## Path parameters

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

## Response `200`

A successful response.

- SimulationsSingleInfoGetResponse — An object with details about simulated transaction info 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.

## Changes

- **2026-08-28** `e512753e74ce` — 6 warning
  - added the new `rid:simulation_draft` enum value to the `error/data/rid` response property for the response status `400`
  - added the new `rid:simulation_draft` enum value to the `error/data/rid` response property for the response status `401`
  - added the new `rid:simulation_draft` enum value to the `error/data/rid` response property for the response status `403`
  - added the new `rid:simulation_draft` enum value to the `error/data/rid` response property for the response status `404`
  - …2 more
- **2026-07-31** `59b67cf882bc` — 3 info
  - api tag `Simulator` added
  - api tag `Simulations` removed
  - added the non-success response with the status `429`

[Change history](https://skmtc.dev/tenderly/apis/tenderly-api/changes/v1/account/:accountSlug/project/:projectSlug/simulations/:simulationId/info/get.md)

---

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