---
title: "Get User Chats"
method: GET
path: "/sanctum/api/chats"
tags: ["sanctum-chatbot"]
---

# Get User Chats

`GET /sanctum/api/chats`

Get all chats for the current authenticated user

## Query parameters

- `limit` integer

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
