---
title: "GET /owner/{id}/pets"
method: GET
path: "/owner/{id}/pets"
---

# GET /owner/{id}/pets

`GET /owner/{id}/pets`

Find the Pets that the owner tracks

## Path parameters

- `id` string, uuid, required

## Response `200`

pets response

- Pet[]
  - `owner_id` string, uuid, required
  - `pet_id` string, uuid, required
  - `chip_id` string
  - `species` string
  - `breed` string
  - `color` string
  - `gender` string
  - `age` integer
  - `weight` number
  - `address` string
  - `name` string

## Other responses

- `default` — error

---

[API](https://skmtc.net/scylladb/apis/care-pet.md) · [All operations](https://skmtc.net/scylladb/apis/care-pet/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scylladb/care-pet/revisions/5a8f9f97438b/schema)
