getCheckpoints

open suspend fun getCheckpoints(sessionId: String): List<AgentCheckpointData>(source)

Retrieves the list of checkpoints of the AI agent with the given sessionId


abstract suspend fun getCheckpoints(sessionId: String, filter: Filter?): List<AgentCheckpointData>(source)

Retrieves the list of checkpoints of the AI agent with the given sessionId that match the provided filter