Get a runtime

View as Markdown
Get one runtime using the simplified runtime detail resource.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Path parameters

runtimeIdstringRequired
Unique runtime identifier generated by BCTRL.

Headers

BCTRL-Subaccount-IdstringOptional
Optional effective subaccount context for organization API keys. Subaccount API keys are already scoped and cannot use this header to act as another subaccount.

Query parameters

include"connection"Optional

Response

OK
activeRunIdstring or null
createdAtdatetime
RFC 3339 timestamp with a UTC offset.
idstring
Unique runtime identifier generated by BCTRL.
namestring
profileboolean
spaceIdstring
Unique space identifier generated by BCTRL.
statusenum
type"browser"
updatedAtdatetime
RFC 3339 timestamp with a UTC offset.
archivedAtdatetimeOptional
RFC 3339 timestamp with a UTC offset.
configobjectOptional
connectionobjectOptional
lastActivityAtdatetimeOptional
RFC 3339 timestamp with a UTC offset.
latestRunobject or nullOptional

Most recent run of this runtime (the active one when a run is open). Null when the runtime has never run.

metadataobject or nullOptional
needsInputbooleanOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error