Skip to main content
GET
cURL

Authorizations

X-Access-Key
string
header
required

An API key is a token that a client provides when making API calls. Send it as the X-Access-Key request header on any endpoint:

Learn how to generate API access tokens at Tenderly Docs.

Path Parameters

accountSlug
string
required

Account slug of the user

projectSlug
string
required

Project slug of the account

draftId
string<uuid>
required

ID of the simulation draft (the resource_id returned on creation, and the draftId in a dashboard draft link)

Response

The stored draft.

payload
Simulation draft payload · object
required

A Simulator form snapshot. The API stores it as received; the dashboard validates it when the draft opens. A wrong v, an empty rows array, a non-string contractAddress, or a wrong-typed row field rejects the whole draft on open.

account_id
string<uuid>

ID of the account that owns the project the draft was created in. Present only for project-scoped drafts, when the caller can view that project. Absent for shared drafts.

Example:

"fa4a29af-ad72-44ac-9261-4bf3a8af3a06"

project_id
string<uuid>

ID of the project the draft was created in. Present only for project-scoped drafts, when the caller can view that project. Absent for shared drafts.

Example:

"aaf3c9e1-9632-4e6e-a900-b704db935f74"