Skip to content

List all metric images

GET
/api/v4/projects/{id}/alert_management_alerts/{alert_iid}/metric_images

Lists all metric images for a specified alert.

id
required
One of:
string

The ID or URL-encoded path of the project

Example
17
alert_iid
required
integer

The IID of the Alert

Example
23

OK

Media type application/json
object
id
integer format: int64
created_at
string format: date-time
filename
string
file_path
string
url
string
url_text
string
Example
{
"id": 23,
"created_at": "2020-11-13T00:06:18.084Z",
"filename": "file.png",
"file_path": "/uploads/-/system/alert_metric_image/file/23/file.png",
"url": "https://example.com/metric",
"url_text": "An example metric"
}

Bad Request

Not found