---
title: "Gets a list of RecipeScan images for the recipe. There will be at most 3 per recipe."
method: GET
path: "/recipe/{recipeId}/scans"
tags: ["Images"]
---

# Gets a list of RecipeScan images for the recipe. There will be at most 3 per recipe.

`GET /recipe/{recipeId}/scans`

## Path parameters

- `recipeId` integer, required

## Response `200`

OK

- BigOvenModelAPIImage[]
  - `ImageID` integer
  - `ImageURL` string
  - `ImageURL48` string
  - `ImageURL64` string
  - `ImageURL120` string
  - `ImageURL128` string
  - `ImageURL200` string
  - `ImageURL256` string
  - `CreationDate` string
  - `IsPrimary` boolean
  - `Caption` string
  - `Poster` BigOvenModelAPIUserInfo
    - `UserID` integer
    - `UserName` string
    - `ImageUrl48` string
    - `PhotoUrl48` string
    - `PhotoUrl` string
    - `WebUrl` string
    - `IsPremium` boolean
    - `IsKitchenHelper` boolean
    - `PremiumExpiryDate` string, date-time
    - `MemberSince` string, date-time
    - `IsUsingRecurly` boolean
    - `FirstName` string
    - `LastName` string
  - `MaxImageSquare` integer
  - `ImageSquares` 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)
