View the projects list in AWS Device Farm - AWS Device Farm

View the projects list in AWS Device Farm

You can use the AWS Device Farm console, AWS CLI, or AWS Device Farm API to view the list of projects.

Prerequisites

View the projects list (console)

  1. Sign in to the Device Farm console at https://console.aws.amazon.com/devicefarm.

  2. To find the list of available projects, do the following:

    • For mobile device testing projects, on the Device Farm navigation menu, choose Mobile Device Testing, then choose Projects.

    • For desktop browser testing projects, on the Device Farm navigation menu, choose Desktop Browser Testing, then choose Projects.

View the projects list (AWS CLI)

  • To view the projects list, run the list-projects command.

    To view information about a single project, run the get-project command.

For information about using Device Farm with the AWS CLI, see AWS CLI reference.

View the projects list (API)

  • To view the projects list, call the ListProjects API.

    To view information about a single project, call the GetProject API.

For information about the AWS Device Farm API, see Automating Device Farm.