> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Average Response Time

Returns the average response time for each hour of the day (0-23) for a specific check over a selected time period. I.e. it shows you what an average day looks like during that time period.

## Parameters

<div className="integrations-table">
  | Parameter      | Description                                                                                                                                          |
  | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Check ID       | -                                                                                                                                                    |
  | From           | Start time of period. Format is UNIX timestamp. Default value is one week eariler than `to`.                                                         |
  | Probes         | Filter to only use results from a list of probes. Format is a comma separated list of probe identifiers. By default all probes results are returned. |
  | To             | End time of period. Format is UNIX timestamp. Default value is current time.                                                                         |
  | Use Local Time | If true, use the user's local time zone for results (from and to parameters should still be specified in UTC). If false, use UTC for results.        |
</div>

## Example Output

```json theme={"dark"}
{
	"hoursofday": [
		{
			"avgresponse": 299,
			"hour": 1
		}
	]
}
```

## Workflow Library Example

[Get Average Response Time with Pingdom and Send Results Via Email](https://library.blinkops.com/workflows/get-average-response-time-with-pingdom-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-average-response-time-with-pingdom-and-send-results-via-email/canvas" />
</div>
