---
title: "Get all the photos for a recipe"
method: GET
path: "/recipe/{recipeId}/photos"
tags: ["Images"]
---

# Get all the photos for a recipe

`GET /recipe/{recipeId}/photos`

## Path parameters

- `recipeId` integer, required

## Query parameters

- `pg` integer
- `rpp` integer

## Response `200`

OK

- API2ControllersWebAPIImagesControllerRecipePhotosResponse
  - `ResultCount` integer — Gets or sets the result count.
  - `Results` BigOvenModelAPI2Photo[] — Gets or sets the results.
    - `ImageID` integer
    - `PhotoUrl` string
    - `CreationDate` string
    - `IsPrimary` boolean
    - `Caption` string
    - `Poster` BigOvenModelAPI2UserInfoTinyx
      - `UserName` string
      - `UserID` integer
      - `FirstName` string
      - `LastName` string
      - `PhotoUrl` string
    - `MaxImageSquare` integer

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
