v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

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.

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

Query parameters

nextTokenstring

Pagination token

Headers

X-Amz-Target'DeviceFarm_20150623.ListUniqueProblems' required

Request body

arnstring required

The unique problems' ARNs.

nextTokenstring

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

Success

uniqueProblemsobject
<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>
nextTokenstring

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.

Example response

{
  "uniqueProblems": {}
}