---
title: "List error instances for an error group"
method: GET
path: "/applications/{application-identifier}/error-groups/{error-group-identifier}/instances"
tags: ["errors"]
---

# List error instances for an error group

`GET /applications/{application-identifier}/error-groups/{error-group-identifier}/instances`

Returns a list of error instance summaries for the specified error group, ordered by occurrence time (latest first)

## Query parameters

- `count` integer
- `offset` integer
- `orderby` string[]

## Response `200`

OK

- ErrorInstanceSummary[]
  - `identifier` string, required — Identifier of the error instance
  - `occurredOn` string, date-time, required — When this error instance occurred

## Other responses

- `401` — Problem Details
- `403` — Problem Details
- `404` — Problem Details
- `429` — Too many requests

---

[API](https://skmtc.net/raygun/apis/raygun-api.md) · [All operations](https://skmtc.net/raygun/apis/raygun-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raygun/raygun-api/versions/13074513b266/schema)
