---
title: "GET /recipes/{name}"
method: GET
path: "/recipes/{name}"
---

# GET /recipes/{name}

`GET /recipes/{name}`

Returns the definition of a specific DataBrew recipe corresponding to a particular version.

## Path parameters

- `name` string, required

## Query parameters

- `recipeVersion` string

## Response `200`

Success

- DescribeRecipeResponse
  - `CreatedBy` string — The identifier (user name) of the user who created the recipe.
  - `CreateDate` string, date-time — The date and time that the recipe was created.
  - `LastModifiedBy` string — The identifier (user name) of the user who last modified the recipe.
  - `LastModifiedDate` string, date-time — The date and time that the recipe was last modified.
  - `ProjectName` string — The name of the project associated with this recipe.
  - `PublishedBy` string — The identifier (user name) of the user who last published the recipe.
  - `PublishedDate` string, date-time — The date and time when the recipe was last published.
  - `Description` string — The description of the recipe.
  - `Name` string, required — The name of the recipe.
  - `Steps` RecipeStep[] — One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
    - `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 associated with this project.
  - `ResourceArn` string — The ARN of the recipe.
  - `RecipeVersion` string — The recipe version identifier.

## Other responses

- `480` — ResourceNotFoundException
- `481` — 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)
