---
title: "List Sequences"
method: GET
path: "/targets/{target_id}/sequences/"
tags: ["Navigation and Login Sequences"]
---

# List Sequences

`GET /targets/{target_id}/sequences/`

## Path parameters

- `target_id` string, required

## Query parameters

- `enabled` boolean
- `include` 'content' | 'target'
- `length` integer
- `name` string
- `ordering` string
- `page` integer
- `search` string
- `type` 'login' | 'navigation'

## Response `200`

- PaginatedSequencesSchemaList
  - `count` integer — Total number of results.
  - `page_total` integer — Total number of pages.
  - `page` integer — Number of the current page. The first page is 1. Defaults to 1 if no specific page is requested.
  - `length` integer — Number of results returned per page.
  - `results` SequencesSchema[]
    - `id` string, required — A unique Base58 value identifying this object.
    - `name` string, nullable, required
    - `requires_authentication` boolean
    - `type` 'login' | 'navigation' — * `login` - Login * `navigation` - Navigation
    - `enabled` boolean
    - `index` integer, nullable, required
    - `custom_field_mappings` CustomFieldMapping[]
      - `name` string, required
      - `value` string, required
      - `value_is_sensitive` boolean — Controls [sensitivity and obfuscation](https://help.probely.com/en/articles/12141165-how-to-manage-secrets-and-sensitive-data-in-snyk-api-web) of `value` field. If `true` the field is masked on Interfaces and Audit logs. When account's **Secrets Obfuscation setting** is also enabled, the API's field output will be `OBFUSCATED_<HASH>`.
    - `content` string — Contents of a sequence of browser navigation steps recorded by Snyk API and Web Sequence Recorder

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
