---
title: "Retrieve sequences"
method: GET
path: "/automation/sequences/2026-03"
tags: ["Basic"]
---

# Retrieve sequences

`GET /automation/sequences/2026-03`

Retrieve a list of sequences available in your HubSpot account. This endpoint allows you to filter sequences by user ID and name, and supports pagination for large result sets. Use this endpoint to manage and review your sequences effectively.

## Query parameters

- `userId` string, required
- `after` string
- `limit` integer
- `name` string

## Response `200`

successful operation

- AutomationSequencesCollectionResponseWithTotalPublicSequenceLiteResponse
  - `paging` Paging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
    - `prev` PreviousPage — specifies the paging information needed to retrieve the previous set of results in a paginated API response
      - `before` string, required — A string token used to identify the position before the current page in the pagination sequence.
      - `link` string — A URL string that provides a direct link to the previous page of results.
  - `results` AutomationSequencesPublicSequenceLiteResponse[], required — An array of PublicSequenceLiteResponse objects, each representing a lightweight version of a sequence.
    - `createdAt` string, date-time, required — The date and time when the sequence was created.
    - `folderId` string — The ID of the folder containing the sequence.
    - `id` string, required — The unique identifier of the sequence.
    - `name` string, required — The name of the sequence.
    - `updatedAt` string, date-time, required — The date and time when the sequence was last updated.
    - `userId` string, required — The ID of the user associated with the sequence.
  - `total` integer, required — An integer representing the total number of sequence items available.

## Other responses

- `default` — An error occurred.

---

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