Get a runtime
Get one runtime using the simplified runtime detail resource.
Authentication
AuthorizationBearer
Use Bearer <api-key>.
Path parameters
runtimeId
Unique runtime identifier generated by BCTRL.
Headers
BCTRL-Subaccount-Id
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
Response
OK
activeRunId
createdAt
RFC 3339 timestamp with a UTC offset.
id
Unique runtime identifier generated by BCTRL.
name
profile
spaceId
Unique space identifier generated by BCTRL.
status
type
updatedAt
RFC 3339 timestamp with a UTC offset.
archivedAt
RFC 3339 timestamp with a UTC offset.
config
connection
lastActivityAt
RFC 3339 timestamp with a UTC offset.
latestRun
Most recent run of this runtime (the active one when a run is open). Null when the runtime has never run.
metadata
needsInput
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

