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

# GET /automation/v4/sequences

`GET /automation/v4/sequences`

## 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.

## Changes

- **2026-08-15** (v4) `1eeb2fde6883` — 1 info
  - endpoint added
- **2026-07-13** (v4) `9806ae62d2f1` — 1 breaking
  - api path removed without deprecation
- **2026-05-22** (v4) `4437b130c791` — 2 info
  - the security scope `automation.sequences.read` was added to the endpoint's security scheme `oauth2`
  - the security scope `sequences-public-read-access` was removed from the endpoint's security scheme `oauth2`
- **2026-04-15** (v4) `f02323380ddf` — 4 info
  - the endpoint scheme security `app_cookie` was removed from the API
  - the endpoint scheme security `hapikey` was removed from the API
  - the endpoint scheme security `internal_cookie` was removed from the API
  - the endpoint scheme security `shhkey` was removed from the API
- **2026-04-11** (v4) `4d21ec788967` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/automation-sequences/changes/automation/v4/sequences/get.md)

---

[API](https://skmtc.dev/hubspot/apis/automation-sequences.md) · [All operations](https://skmtc.dev/hubspot/apis/automation-sequences/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/automation-sequences/revisions/1eeb2fde6883/schema)
