Overview
This endpoint returns comprehensive details about a single check execution result. This is useful for debugging specific failures, analyzing detailed performance metrics, or examining the exact request/response data for a particular check run.Response Example
Common Use Cases
Debugging Failed Checks
Investigate specific check failures with detailed error analysis
Performance Analysis
Analyze performance bottlenecks and timing breakdowns
Security Analysis
Examine SSL certificates and security headers
Compliance Reporting
Generate detailed audit trails and compliance documentation
Detailed Information Sections
Execution Context
Execution Context
Environment Information:
- Runtime version (Node.js, browser version)
- User agent string used for requests
- Geographic location where check executed
- Network provider information
- Precise start and finish timestamps
- Total execution duration
- Detailed timing breakdown by phase
- Network protocol information
- Check configuration version
- Account and group associations
- Environment variables used
- Trigger source (schedule, API, manual)
Request/Response Details
Request/Response Details
Complete Request Information:
- HTTP method and full URL
- All request headers sent
- Request body content and size
- Request ID for tracing
- Status code and status text
- All response headers received
- Response body content and size
- Redirect information if applicable
- Compression details
- Resolved IP address and port
- Protocol version used
- SSL/TLS certificate information
- Connection reuse information
Performance Metrics
Performance Metrics
Timing Breakdown:
- DNS resolution time
- TCP connection establishment
- TLS handshake duration
- Time to first byte
- Content download time
- Total transfer size
- Compression ratios
- Resource loading metrics
- Connection efficiency
Error Analysis
Error Analysis
Error Information:
- Error type and classification
- Detailed error messages
- Stack traces for debugging
- Error codes for categorization
- Each assertion that was evaluated
- Expected vs actual values
- Specific failure reasons
- Assertion source (status code, headers, body)
- Environment variables used
- Check configuration applied
- Runtime environment details
Use Cases
Debugging Failed Checks
Debugging Failed Checks
Investigate specific check failures in detail:
- Examine exact error messages and stack traces
- Review all assertion failures
- Analyze request/response headers
- Check timing for timeout issues
Performance Analysis
Performance Analysis
Analyze performance bottlenecks:
- Identify slow network components
- Examine server processing times
- Analyze compression effectiveness
- Review certificate validation times
Security Analysis
Security Analysis
Examine security-related information:
- SSL/TLS certificate details
- Security headers analysis
- Protocol version verification
- Certificate validity checking
Compliance Reporting
Compliance Reporting
Generate detailed compliance documentation:
- Document exact response times
- Record security configurations
- Track assertion compliance
- Generate audit trails
Additional Examples
Individual check results provide the most detailed information available about check executions, including complete request/response data, timing breakdowns, and error details for comprehensive debugging and analysis.