---
title: "Finds Pets by tags"
method: GET
path: "/document/"
tags: ["documents"]
---

# Finds Pets by tags

`GET /document/`

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

## Query parameters

- `tags` string[]

## Response `200`

successful operation

- Pet[]
  - `id` integer
  - `name` string, required
  - `category` Category
    - `id` integer
    - `name` string
  - `photoUrls` string[], required
  - `tags` Tag[]
    - `id` integer
    - `name` string
  - `status` 'available' | 'pending' | 'sold' — pet status in the store

## Other responses

- `400` — Invalid tag value

---

[API](https://skmtc.dev/opensignlabs/apis/opensign-api-v1.md) · [All operations](https://skmtc.dev/opensignlabs/apis/opensign-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opensignlabs/opensign-api-v1/revisions/fc166e76710f/schema)
