v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

Gets information about samples, given an AWS Device Farm job ARN.

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

Query parameters

nextTokenstring

Pagination token

Headers

X-Amz-Target'DeviceFarm_20150623.ListSamples' required

Request body

arnstring required

The Amazon Resource Name (ARN) of the job used to list samples.

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

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

{
  "samples": []
}