---
title: "List outreach sequences"
method: GET
path: "/outreach-sequences"
tags: ["Outreach Sequences"]
---

# List outreach sequences

`GET /outreach-sequences`

Returns a list of outreach sequences. Uses cursor pagination.

## Query parameters

- `limit` integer
- `searchQuery` string

## Response `200`

Successfully retrieved outreach sequences. Returns items array with pagination info containing cursor for the next page.

- GetOutreachSequencesResponseDto — unresolved $ref

## Other responses

- `400` — Bad request - invalid query parameters (e.g., limit out of range, invalid cursor, searchQuery too short)
- `401` — Unauthorized - invalid or missing authentication
- `500` — Error response

---

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