# Finds Pets by tags **GET /pet/findByTags** Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing. ## Servers ## Authentication methods - Petstore auth ## Parameters ### Query parameters - **tags** (array[string]) Tags to filter by ## Responses ### 200 successful operation #### Body: (array[object]) - **id** (integer(int64)) - **name** (string) - **category** (object) - **photoUrls** (array[string]) - **tags** (array[object]) - **status** (string) pet status in the store ### 400 Invalid tag value [Powered by Bump.sh](https://bump.sh)