For AI agents: the complete documentation index is available at https://ciderpress.dev/llms.txt, the full documentation bundle is available at https://ciderpress.dev/llms-full.txt, and this page is available as Markdown at https://ciderpress.dev/petstore/find-pets-by-status.md.
Get started →

Finds Pets by status

get/pet/findByStatus
findPetsByStatus
Finds Pets by status
Parameters
query
NameTypeRequiredDescriptionDefault
statusarrayrequiredStatus values that need to be considered for filter
Responses
Authentication
petstore_auth (write:pets, read:pets)
Code Examples
curl -X GET 'https://api.example.com/pet/findByStatus'