---
title: "List all Public Vets"
method: GET
path: "/api/v1/public/vets"
tags: ["Public Vets"]
---

# List all Public Vets

`GET /api/v1/public/vets`

Permissions needed: NONE
Returns the list of clinic vets.

## Query parameters

- `filter[clinic_slug]` string, required
- `sort` string

## Parameters

- `#/paths/~1api~1v1~1tags/get/parameters/5` — unresolved $ref
- `#/paths/~1api~1v1~1pets/get/parameters/11` — unresolved $ref

## Response `200`

successful operation

- object
  - `data` object[]
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `full_name` string
    - `avatar` string
    - `job_title` string, nullable
  - `links` Links — unresolved $ref
  - `meta` Meta — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `429` — unresolved $ref

---

[API](https://skmtc.net/digitail/apis/digitail-api.md) · [All operations](https://skmtc.net/digitail/apis/digitail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitail/digitail-api/revisions/bd9694db5fce/schema)
