Skip to main content

List Pipelines

GET 

/pipelines

List the available pipelines.

Request

Query Parameters

    limit integer

    Default value: 10

    Number of items to return in the response list.

    filter string

    Filter results that match values in the given key separated by a colon. These are not exact matches, so filtering on a value of pet:cat will return cat along with caterpillar pets. Filter parameters may be repeated if multiple filters are desired, but a given field can only be queried once because all filters will be logically ANDed.

    sort string

    Possible values: [asc, desc]

    Default value: asc

    Sort order, asc (default) for ascending and desc for descending alphabetical order by name.

    starting_after string

    The token (base64 string) next_page_token returned in the previous page of results. This is used to fetch the next page of results when the sort order is asc.

    ending_before string

    The token (base64 string) next_page_token returned in the previous page of results. This is used to fetch the next page of results when the sort order is desc.

Responses

OK

Schema
    data objectrequired
    pipelines object[]
  • Array [
  • date_created string
    date_modified string
    namespace string
    name string
    display_name string
    product_id number
    description string
    api_config object
    base_url string
    headers object
    auth_provider string
    settings_schema object

    The schema of the pipeline's order settings

    billing_metric string
    tags string[]
    contacts string[]
    documentation_link string
    enabled boolean
    orders_cancellable boolean
    settings_config object
    default_settings object
    geometry_fields array
    pipeline_links object
    self string
    post_order string
  • ]
  • links objectrequired
    request string
    next_page string
    request_timestamp stringrequired
    response_timestamp stringrequired
    request_duration numberrequired
    next_page_token string
Loading...