---
title: "Returns the Recipe Deployment based on the specified Recipe Deployment Id"
method: GET
path: "/recipe-deployments/{recipe_deployment_id}"
tags: ["recipe deployments"]
---

# Returns the Recipe Deployment based on the specified Recipe Deployment Id

`GET /recipe-deployments/{recipe_deployment_id}`

You need workspace memberships to access this resource
 - `global.recipe_deployment.get` permission in the `tenant` scope allows to get any
recipe deployment in the user tenant
 - `global.recipe_deployment.get` permission in the `global` scope allows to delete any
recipe deployment in all tenants

## Path parameters

- `recipe_deployment_id` string, required

## Response `200`

OK

- object
  - `data` object, required
    - `id` string, required
    - `type` 'recipe_deployment', required
    - `links` object, required
      - `self` string, required
    - `attributes` object, required
      - `name` string, required — Recipe deployment name
      - `recipe_version` number, required
      - `flows` object[]
        - `id` string, required — Flow id
      - `created_at` string, required
      - `updated_at` string, required
    - `relationships` object, required
      - `recipe` object, required
        - `data` object, required
          - `id` string, required — Recipe ID
          - `type` 'recipe', required
        - `links` object, required
          - `self` string, required
      - `workspace` object, required
        - `data` object, required
          - `id` string, required — Workspace ID
          - `type` 'workspace', required
        - `links` object, required
          - `self` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2.md) · [All operations](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/elastic-io-rest-api-documentation-v2/revisions/411f9f98c01e/schema)
