---
title: "List Photos"
method: GET
path: "/{resource_name}/{resource_id}/photos"
tags: ["Photos"]
---

# List Photos

`GET /{resource_name}/{resource_id}/photos`

Photos are embedded resources that are used by a variety of core resources. Specifically you can access notes for resources:

- Accounting Transacitons `/transacitons`
    
- Embedded Notes`/{resource_type}/notes`
    
- Equipment `/tools`
    
- Grow Locations `/plots`
    
- Livestock `/animals`
    
- Plant Types `/plants`
    
- Plantings `/crops`
    
- Products `/products`
    

To create or access photos for a supported record, simply append '/photos' to the end of the resource path.

For example: \[GET\] /animals/:animal_id/photos will fetch the photos for this animal (based on animal id). and \[POST\] /animals/:animal_id/photos will add a photo to this animal.

## Path parameters

- `resource_name` string, required
- `resource_id` string, required

## Response `200`

OK

- object

---

[API](https://skmtc.net/farmbrite/apis/farmbrite-api-developers-documentation.md) · [All operations](https://skmtc.net/farmbrite/apis/farmbrite-api-developers-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/farmbrite/farmbrite-api-developers-documentation/versions/b33a389fa2c0/schema)
