## Find By Status **get** `/pet/findByStatus` Multiple status values can be provided with comma separated strings ### Returns - `name: string` - `photoUrls: array of string` - `id: optional number` - `category: optional Category` - `id: optional number` - `name: optional string` - `status: optional "available" or "pending" or "sold"` pet status in the store - `"available"` - `"pending"` - `"sold"` - `tags: optional array of object { id, name }` - `id: optional number` - `name: optional string`