Finds Pets by tagsDeprecated

Muliple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

SecurityOAuth2: petstore_auth
Request
query Parameters
tags
required
Array of strings

Tags to filter by

get
/pet/findByTags
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 tag value

Response samples
Sample not available