getCheckpointById

suspend fun getCheckpointById(checkpointId: String): AgentCheckpointData?(source)

Retrieves a specific checkpoint by ID for the specified agent.

Return

The checkpoint data with the specified ID, or null if not found

Parameters

checkpointId

The ID of the checkpoint to retrieve