> ## 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.

# List Status Changes

Get a list of status changes for a specified check and time period. If order is specified to descending, the list is ordered by newest first. (Default is ordered by oldest first.).

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                  |
  | --------- | -------------------------------------------------------------------------------------------- |
  | Check ID  | -                                                                                            |
  | From      | Start time of period. Format is UNIX timestamp. Default value is one week earlier than `to`. |
  | Order     | Sorting order of outages. Ascending or descending.                                           |
  | To        | End time of period. Format is UNIX timestamp. Default value is the current time.             |
</div>

## Example Output

```json theme={"dark"}
{
	"summary": {
		"states": [
			{
				"status": "up",
				"timefrom": 1293143523,
				"timeto": 1294180263
			}
		]
	}
}
```

## Workflow Library Example

[List Status Changes with Pingdom and Send Results Via Email](https://library.blinkops.com/workflows/list-status-changes-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/list-status-changes-with-pingdom-and-send-results-via-email/canvas" />
</div>
