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

# GET /automation/sequences/2026-09

`GET /automation/sequences/2026-09`

## Query parameters

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

## Response `200`

successful operation

- CollectionResponseWithTotalPublicSequenceLiteResponse
  - `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 paging cursor token for retrieving previous pages.
      - `link` string — A URL that can be used to retrieve the previous pages' results.
  - `results` PublicSequenceLiteResponse[], required
    - `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

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/automation-sequences.md) · [All operations](https://skmtc.net/hubspot/apis/automation-sequences/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/automation-sequences/versions/d422166bc8e1/schema)
