getCheckpoint
Agent Runtimes / api/runtimes/checkpoints / getCheckpoint
Function: getCheckpoint()
getCheckpoint(
token,runtimeUid,checkpointId,baseUrl?):Promise<GetRuntimeCheckpointResponse>
Defined in: src/api/runtimes/checkpoints.ts:137
Get a single runtime checkpoint by ID.
Parameters
token
string
Authentication token
runtimeUid
string
The runtime UID
checkpointId
string
The checkpoint ID (ULID)
baseUrl?
string = DEFAULT_SERVICE_URLS.RUNTIMES
Base URL for the runtimes API
Returns
Promise<GetRuntimeCheckpointResponse>
Promise resolving to checkpoint details