Skip to main content
POST
Executes a session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

namespace
string
required

The namespace of the session

sessionId
string
required

The sessionId of the session

Body

application/json

Settings for the execution of the session

extendedEndReport
boolean
required

If specified, the end report generated for this session will be extended, including threads and messages

ttl
integer<int64>

If specified, the session will never live longer than this many milliseconds.

persistenceMode
hold_after_exit · object

Session will exist for at least the specified time (in milliseconds) after the session exits. This time does not include the run time of the session.

webhooks
SessionWebhooks · object

Webhooks executed for this session

Response

Success