---
title: "Get recipe run"
method: GET
path: "/orgs/{organization}/recipes/{recipe}/runs/{log}"
tags: ["Recipes"]
---

# Get recipe run

`GET /orgs/{organization}/recipes/{recipe}/runs/{log}`

Show a specific run for the recipe.

Processing mode: <small><code>sync</code></small>

## Path parameters

- `organization` string, required
- `recipe` integer, required
- `log` integer, required

## Response `200`

`RecipeLogResource`

## Other responses

- `403` — Authorization error
- `404` — Not found

---

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