Skip to content
ogygia playground
GET /pet/findByStatus

Finds Pets by status

Multiple status values can be provided with comma separated strings.

Security

  • petstore_auth read:pets

Parameters

query

NameTypeDescription
statusstringrequiredStatus values that need to be considered for filter "available" · "pending" · "sold"

Responses

  • 200 successful operation application/json
    array of
  • 400 Invalid status value