---
title: "List threads"
method: GET
path: "/api/v3.3/threads"
tags: ["Threads"]
---

# List threads

`GET /api/v3.3/threads`

Retrieve threads with optional filters for agencyUid and leadUid,
as well as pagination parameters (_limit, _cursor).
Note: Either agencyUid or leadUid must be provided.

## Query parameters

- `agencyUid` string
- `leadUid` string
- `_limit` integer
- `_cursor` string

## Response `200`

OK

---

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