---
title: "List error groups from the latest deployment"
method: GET
path: "/applications/{application-identifier}/deployments/latest/error-groups"
tags: ["deployments", "errors"]
---

# List error groups from the latest deployment

`GET /applications/{application-identifier}/deployments/latest/error-groups`

Returns a list of error groups from the latest deployment

## Query parameters

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

## Response `200`

OK

- ErrorGroup[]
  - `identifier` string, required
  - `applicationIdentifier` string, required
  - `message` string, required
  - `status` 'active' | 'resolved' | 'ignored' | 'permanentlyIgnored', required
  - `lastOccurredAt` string, required
  - `createdAt` string, date-time, required
  - `resolvedIn` object
    - `version` string
    - `discardFromPreviousVersions` boolean
  - `discardNewOccurrences` boolean — True if the error is permanently ignored and has been set to discard any new occurrences.
  - `applicationUrl` string, uri — URL to view the error group in Raygun.

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