get https://api.checklyhq.com/v1/check-sessions/
Retrieves a check session. Note that the returned data may be incomplete if the check session is still in progress.
Results for all finished check runs are included. A check session should have one result for each of its run locations. Each result contains just enough information to quickly determine whether the check run was successful or not. To dive even deeper into individual results, use the GET /v1/check-results/{checkId}/{checkResultId}
endpoint to retrieve detailed data about a specific result.