Skip to main content
POST
Fork a running Simulation at head or at a step

Authorizations

Authorization
string
header
required

Use a Continuous API key. Send it in the Authorization header as a Bearer token.

Headers

X-Forwarded-Proto
string
X-Workspace-Id
string

Required with a sealed session on workspace-scoped routes. API keys carry their workspace.

Path Parameters

id
string
required

Body

application/json
at_step
integer<int64>
Required range: 0 <= x <= 9007199254740991
name
string

Response

OK

clock_start
string<date-time>
required
created_at
string<date-time>
required
endpoint
string
required
id
string
required
labels
object
required
name
string
required
parent
string
required
seed
string
required
simulator_id
string
required
status
enum<string>
required
Available options:
running,
paused,
stopped
token
string
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/Simulation.json"