Finds Pets by status.
find_pets_by_statusRetrieve pets filtered by status (available, pending, sold) from the API. This operation accepts comma-separated statuses to return only matching pet records.
Instructions
Multiple status values can be provided with comma separated strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Status values that need to be considered for filter | available |