Skip to main content

List Sequences

GET 

/targets/:target_id/sequences/

Request

Path Parameters

    target_id stringrequired

    Identifier of the target.

Query Parameters

    enabled boolean
    include string

    Possible values: [content, target]

    Extra fields to include in response:

    • content - Add content to response under content key
    • target - Add target to response under target key
    length integer

    Number of results to return per page.

    name string
    ordering string

    Which field to use when ordering the results.

    page integer

    A page number within the paginated result set.

    search string

    A search term.

    type string

    Possible values: [login, navigation]

    • login - Login
    • navigation - Navigation

Responses

Schema

    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

    object[]

  • Array [

  • id stringrequired

    A unique Base58 value identifying this object.

    name stringnullablerequired

    Possible values: <= 255 characters

    requires_authentication boolean
    type string

    Possible values: [login, navigation]

    • login - Login
    • navigation - Navigation
    enabled boolean
    index integernullablerequired

    custom_field_mappings

    object[]

  • Array [

  • name stringrequired
    value stringrequired
    value_is_sensitive booleanrequired

    Controls sensitivity and obfuscation 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

  • ]

Loading...