---
title: "Get a given note. Make sure you're passing authentication information in the header for the user who owns the note."
method: GET
path: "/recipe/{recipeId}/note/{noteId}"
tags: ["Note"]
---

# Get a given note. Make sure you're passing authentication information in the header for the user who owns the note.

`GET /recipe/{recipeId}/note/{noteId}`

## Path parameters

- `recipeId` integer, required
- `noteId` integer, required

## Response `200`

OK

- BigOvenModelAPIRecipeNote
  - `Date` string
  - `DateDT` string, date-time
  - `ID` integer
  - `Notes` string
  - `People` string
  - `Variations` string
  - `UserID` integer
  - `RecipeID` integer
  - `GUID` string
  - `CreationDate` string, date-time

---

[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)
