---
title: "Find pet by ID"
method: GET
path: "/contact/{contact_id}"
tags: ["contacts"]
---

# Find pet by ID

`GET /contact/{contact_id}`

Returns a single pet

## Path parameters

- `contact_id` integer, required

## 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 ID supplied
- `404` — Pet not found

---

[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)
