List all pets
GET /pets
GET
/pets
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
integer format: int32
How many items to return at one time (max 100)
filters
A list of filters
object
name
string
tag
string
Responses
Section titled “ Responses ”A paged array of pets
Array<object>
object
id
required
integer format: int64
name
required
string
tag
string
Headers
Section titled “Headers ” x-next
string
A link to the next page of responses
default
Section titled “default ”Unexpected error
object
code
required
integer format: int32
message
required
string