Skip to main content

Pipeline

GET 

/pipelines/:namespace/:name

Gets details about a pipeline. The settings_schema property of the pipeline object describes the settings that control the pipeline's output.

Request

Path Parameters

    namespace stringrequired

    The namespace the pipeline belongs to.

    Example: imagery
    name stringrequired

    The name of the pipeline.

    Example: view-ready-ortho

Responses

OK

Schema
    data objectrequired
    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
    request_timestamp stringrequired
    response_timestamp stringrequired
    request_duration numberrequired
Loading...