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

List all incidents.

<Note>
  External Documentation

  To learn more, visit the [BMC Remedy documentation](https://docs.bmc.com/xwiki/bin/view/Service-Management/Innovation-Suite/AR-System/ars221/Developing-an-API-program/Integrating-AR-System-forms-with-a-third-party-application-by-using-the-REST-API/Endpoints-in-AR-REST-API/).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                      |
  | ---------------- | ------------------------------------------------------------------------------------------------ |
  | Fields           | A comma-separated list of the fields to be returned for each object in the response.             |
  | Limit            | The maximum number of results to return.                                                         |
  | Offset           | The pagination offset indicating the starting point for the next set of results.                 |
  | Return All Pages | Automatically fetch all resources, page by page.                                                 |
  | Sort             | The sort order and the field to sort by.<br />        <br />**For example:** `Submit Date.desc`. |
</div>

## Example Output

```json theme={"dark"}
{
	"entries": [
		{
			"values": {
				"Request ID": "000000000000103",
				"Submitter": "Allen",
				"Create Date": "2014-12-03T22:53:37.000+0000",
				"Assigned To": null,
				"Last Modified By": "chris",
				"Modified Date": "2014-12-03T22:53:37.000+0000",
				"Status": "New",
				"Short Description": "testing 123"
			},
			"_links": {
				"self": [
					{
						"href": "http://localhost:8008/api/arsys/v1/entry/HPD:IncidentInterface/000000000000103"
					}
				]
			}
		}
	]
}
```

## Workflow Library Example

[List Incidents with Bmc Remedy and Send Results Via Email](https://library.blinkops.com/workflows/list-incidents-with-bmc-remedy-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-incidents-with-bmc-remedy-and-send-results-via-email/canvas" />
</div>
