---
title: "GET /projects"
method: GET
path: "/projects"
---

# GET /projects

`GET /projects`

Lists all of the DataBrew projects that are defined.

## Query parameters

- `nextToken` string
- `maxResults` integer
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListProjectsResponse
  - `Projects` Project[], required — A list of projects that are defined .
    - `AccountId` string — The ID of the Amazon Web Services account that owns the project.
    - `CreateDate` string, date-time — The date and time that the project was created.
    - `CreatedBy` string — The Amazon Resource Name (ARN) of the user who crated the project.
    - `DatasetName` string — The dataset that the project is to act upon.
    - `LastModifiedDate` string, date-time — The last modification date and time for the project.
    - `LastModifiedBy` string — The Amazon Resource Name (ARN) of the user who last modified the project.
    - `Name` string, required — The unique name of a project.
    - `RecipeName` string, required — The name of a recipe that will be developed during a project session.
    - `ResourceArn` string — The Amazon Resource Name (ARN) for the project.
    - `Sample` object — The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
      - `Size` integer — The number of rows in the sample.
      - `Type` 'FIRST_N' | 'LAST_N' | 'RANDOM', required — The way in which DataBrew obtains rows from a dataset.
    - `Tags` object — Metadata tags that have been applied to the project.
    - `RoleArn` string — The Amazon Resource Name (ARN) of the role that will be assumed for this project.
    - `OpenedBy` string — The Amazon Resource Name (ARN) of the user that opened the project for use.
    - `OpenDate` string, date-time — The date and time when the project was opened.
  - `NextToken` string — A token that you can use in a subsequent call to retrieve the next set of results.

## Other responses

- `480` — ValidationException

---

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