Skip to main content

List all Launchers for tenant

GET 

/launchers

Return a list of Launchers for the authenticated tenant

Request

Query Parameters

    filters string

    Filter results using the standard syntax described in V3 API Standard Collection Parameters

    Filtering is supported for the following fields and operators:

    description: sw

    disabled: eq

    name: sw

    Example: disabled eq "true"
    next string

    Pagination marker

    Example: eyJuZXh0IjoxMjN9Cg==
    limit int32

    Possible values: >= 1 and <= 100

    Default value: 10

    Number of Launchers to return

    Example: 42

Responses

List of Launchers

Schema

    next string

    Pagination marker

    items

    object[]

  • Array [

  • id uuidrequired

    ID of the Launcher

    created date-timerequired

    Date the Launcher was created

    modified date-timerequired

    Date the Launcher was last modified

    owner

    object

    required

    Owner of the Launcher

    type stringrequired

    Owner type

    id stringrequired

    Owner ID

    name stringrequired

    Name of the Launcher, limited to 255 characters

    description stringrequired

    Description of the Launcher, limited to 2000 characters

    type stringrequired

    Possible values: [INTERACTIVE_PROCESS]

    Launcher type

    disabled booleanrequired

    State of the Launcher

    reference

    object

    type string

    Possible values: [WORKFLOW]

    Type of Launcher reference

    id string

    ID of Launcher reference

    config stringrequired

    Possible values: Value must match regular expression ^\{\}$

    JSON configuration associated with this Launcher, restricted to a max size of 4KB

  • ]

Loading...