---
title: "POST /#X-Amz-Target=DeviceFarm_20150623.ListUniqueProblems"
method: POST
path: "/#X-Amz-Target=DeviceFarm_20150623.ListUniqueProblems"
---

# POST /#X-Amz-Target=DeviceFarm_20150623.ListUniqueProblems

`POST /#X-Amz-Target=DeviceFarm_20150623.ListUniqueProblems`

Gets information about unique problems, such as exceptions or crashes.

Unique problems are defined as a single instance of an error across a run, job, or suite. For example, if a call in your application consistently raises an exception (`OutOfBoundsException in MyActivity.java:386`), `ListUniqueProblems` returns a single entry instead of many individual entries for that exception.

## Query parameters

- `nextToken` string

## Headers

- `X-Amz-Target` 'DeviceFarm_20150623.ListUniqueProblems', required

## Request body

- ListUniqueProblemsRequest — Represents a request to the list unique problems operation.
  - `arn` string, required — The unique problems' ARNs.
  - `nextToken` string — An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

## Response `200`

Success

- ListUniqueProblemsResult — Represents the result of a list unique problems request.
  - `uniqueProblems` object — <p>Information about the unique problems.</p> <p>Allowed values include:</p> <ul> <li> <p>PENDING</p> </li> <li> <p>PASSED</p> </li> <li> <p>WARNED</p> </li> <li> <p>FAILED</p> </li> <li> <p>SKIPPED</p> </li> <li> <p>ERRORED</p> </li> <li> <p>STOPPED</p> </li> </ul>
  - `nextToken` string — If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.

## Other responses

- `480` — ArgumentException
- `481` — NotFoundException
- `482` — LimitExceededException
- `483` — ServiceAccountException

---

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