---
title: "List Agent Conversations"
method: GET
path: "/api/v1/agents/conversations"
tags: ["Agents"]
---

# List Agent Conversations

`GET /api/v1/agents/conversations`

List all agent conversations for the authenticated user.

## Query parameters

- `filter[title]` string
- `filter[feature_type]` string
- `include` 'messages'
- `sort` string

## Response `200`

Successful response

- object

## Other responses

- `401` — Unauthenticated
- `403` — Unauthorized

---

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