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

List alert notes for the given alert identifier.

<Note>
  External Documentation

  To learn more, visit the [Opsgenie documentation](https://www.opsgenie.com/docs/alert-api#section-list-alert-notes).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                       |
  | --------- | --------------------------------------------------------------------------------------------------------------------------------- |
  | Direction | Page direction to apply for the given offset with 'next' and 'prev'.                                                              |
  | ID        | Identifier of alert which could be alert id, tiny id or alert alias.                                                              |
  | ID Type   | Type of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny'.                     |
  | Limit     | Maximum number of items to provide in the result. Must be a positive integer value. Default value is 20 and maximum value is 100. |
  | Offset    | Starting value of the offset property.                                                                                            |
  | Order     | Sorting order of the result set.                                                                                                  |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"createdAt": "date-time",
			"note": "string",
			"offset": "string",
			"owner": "string"
		}
	],
	"paging": {
		"first": "string",
		"next": "string"
	},
	"requestId": "string",
	"took": 0
}
```

## Workflow Library Example

[List Notes with Opsgenie and Send Results Via Email](https://library.blinkops.com/workflows/list-notes-with-opsgenie-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-notes-with-opsgenie-and-send-results-via-email/canvas" />
</div>
