---
title: PerformanceTestResultResponse
framework: retentionmessaging
role: symbol
role_heading: Object
path: retentionmessaging/performancetestresultresponse
---

# PerformanceTestResultResponse

An object the API returns that describes the performance test results.

## Declaration

```data
object PerformanceTestResultResponse
```

## Properties

config: A PerformanceTestConfig object that enumerates the test parameters. failures: A Failures object that represents a map of server-to-server notification failure reasons and counts that represent the number of failures encountered during the performance test. numPending: An integer that describes the number of pending requests in the performance test. responseTimes: A PerformanceTestResponseTimes object that enumerates the response times measured during the test. result: A PerformanceTestStatus object that describes the overall result of the test. successRate: An integer that describes he success rate percentage of the performance test. target: The target URL for the performance test.

## Discussion

Discussion This object is the response the Get Performance Test Results API call returns. To initiate a performance test, call Initiate Performance Test.

## See Also

### Server performance testing

- [Initiate Performance Test](retentionmessaging/initiate-performance-test.md)
- [Get Performance Test Results](retentionmessaging/get-performance-test-results.md)
- [PerformanceTestRequest](retentionmessaging/performancetestrequest.md)
- [PerformanceTestResponse](retentionmessaging/performancetestresponse.md)
