---
title: "GET /recipeVersions#name"
method: GET
path: "/recipeVersions#name"
---

# GET /recipeVersions#name

`GET /recipeVersions#name`

Lists the versions of a particular DataBrew recipe, except for <code>LATEST_WORKING</code>.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `name` string, required
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListRecipeVersionsResponse
  - `NextToken` string — A token that you can use in a subsequent call to retrieve the next set of results.
  - `Recipes` Recipe[], required — A list of versions for the specified recipe.
    - `CreatedBy` string — The Amazon Resource Name (ARN) of the user who created the recipe.
    - `CreateDate` string, date-time — The date and time that the recipe was created.
    - `LastModifiedBy` string — The Amazon Resource Name (ARN) of the user who last modified the recipe.
    - `LastModifiedDate` string, date-time — The last modification date and time of the recipe.
    - `ProjectName` string — The name of the project that the recipe is associated with.
    - `PublishedBy` string — The Amazon Resource Name (ARN) of the user who published the recipe.
    - `PublishedDate` string, date-time — The date and time when the recipe was published.
    - `Description` string — The description of the recipe.
    - `Name` string, required — The unique name for the recipe.
    - `ResourceArn` string — The Amazon Resource Name (ARN) for the recipe.
    - `Steps` RecipeStep[] — A list of steps that are defined by the recipe.
      - `Action` object, required — The particular action to be performed in the recipe step.
        - `Operation` string, required — The name of a valid DataBrew transformation to be performed on the data.
        - `Parameters` object — Contextual parameters for the transformation.
      - `ConditionExpressions` ConditionExpression[] — <p>One or more conditions that must be met for the recipe step to succeed.</p> <note> <p>All of the conditions in the array must be met. In other words, all of the conditions must be combined using a logical AND operation.</p> </note>
        - `Condition` string, required — A specific condition to apply to a recipe action. For more information, see <a href="https://docs.aws.amazon.com/databrew/latest/dg/recipes.html#recipes.structure">Recipe structure</a> in the <i>Glue DataBrew Developer Guide</i>.
        - `Value` string — A value that the condition must evaluate to for the condition to succeed.
        - `TargetColumn` string, required — A column to apply this condition to.
    - `Tags` object — Metadata tags that have been applied to the recipe.
    - `RecipeVersion` string — <p>The identifier for the version for the recipe. Must be one of the following:</p> <ul> <li> <p>Numeric version (<code>X.Y</code>) - <code>X</code> and <code>Y</code> stand for major and minor version numbers. The maximum length of each is 6 digits, and neither can be negative values. Both <code>X</code> and <code>Y</code> are required, and "0.0" isn't a valid version.</p> </li> <li> <p> <code>LATEST_WORKING</code> - the most recent valid version being developed in a DataBrew project.</p> </li> <li> <p> <code>LATEST_PUBLISHED</code> - the most recent published version.</p> </li> </ul>

## 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)
