---
title: "List Pats"
method: GET
path: "/api/v1/auth/pat"
tags: ["auth"]
---

# List Pats

`GET /api/v1/auth/pat`

List PATs for the current user.

## Response `200`

Successful Response

- PatSummary[]
  - `id` string, uuid, required — Unique identifier for the PAT.
  - `created_at` string, required — ISO-8601 timestamp when the PAT was created.
  - `last_used_at` string, nullable — ISO-8601 timestamp when the PAT was last used, if ever.

---

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