Try it

Finds Pets by status

Multiple status values can be provided with comma separated strings

Authorizations:
petstore_auth (write:petsread:pets)
query Parameters
status
required
Array of strings
Items Enum: "available" "pending" "sold"

Status values that need to be considered for filter

Responses

200

successful operation

400

Invalid status value

get/pet/findByStatus
http://petstore.swagger.io/v2/pet/findByStatus

Response samples

Content type
No sample