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

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

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

Gets information about projects.

## Query parameters

- `nextToken` string

## Headers

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

## Request body

- ListProjectsRequest — Represents a request to the list projects operation.
  - `arn` string — Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all projects for the AWS account. You can also specify a project ARN.
  - `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

- ListProjectsResult — Represents the result of a list projects request.
  - `projects` Project[] — Information about the projects.
    - `arn` string — The project's ARN.
    - `name` string — The project's name.
    - `defaultJobTimeoutMinutes` integer — The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
    - `created` string, date-time — When the project was created.
    - `vpcConfig` object — The VPC security groups and subnets that are attached to a project.
      - `securityGroupIds` SecurityGroupId[], required — An array of one or more security groups IDs in your Amazon VPC.
      - `subnetIds` SubnetId[], required — An array of one or more subnet IDs in your Amazon VPC.
      - `vpcId` string, required — The ID of the Amazon VPC.
  - `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)
