---
title: "Finds Pets by status"
method: GET
path: "/pet/findByStatus"
tags: ["pet"]
---

# Finds Pets by status

`GET /pet/findByStatus`

Multiple status values can be provided with comma separated strings

## Query parameters

- `status` string[], required

## Response `200`

successful operation

- Pet[]
  - `id` integer
  - `category` Category
    - `id` integer
    - `name` string
  - `name` string, required
  - `photoUrls` string[], required
  - `tags` Tag[]
    - `id` integer
    - `name` string
  - `status` 'available' | 'pending' | 'sold' — pet status in the store

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.dev/swagger/apis/swagger-petstore.md) · [All operations](https://skmtc.dev/swagger/apis/swagger-petstore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swagger/swagger-petstore/revisions/bb116730d391/schema)
