Finds Pets by status

Multiple status values can be provided with comma separated strings

SecurityOAuth2: petstore_auth
Request
query Parameters
status
required
Array of strings

Status values that need to be considered for filter

Items Enum: "available" "pending" "sold"
get
/pet/findByStatus
Responses

200

successful operation

Response Schema:
Array
id
integer <int64>
object (Category)
name
required
string
photoUrls
required
Array of strings
Array of objects (Tag)
status
string

pet status in the store

Enum: "available" "pending" "sold"

400

Invalid status value

Response samples
Sample not available