Skip to main content

Gets a Connection by id

GET 

/workspace/:ws_id/connections/:id

Gets a Connection by id

Request

Path Parameters

    id stringrequired

    ID

    ws_id stringrequired

    workspace ID

Responses

ok

Schema
  • Array [
  • attributes object
    property name* object
    value
    connection_type_id string
    created_at integer
    created_by string
    created_with_o_auth boolean
    creation_location string
    creation_method string
    description string
    display_name string
    external_id string

    ExternalId mapping to external entity identifier associated with this connection (used on revoke/uninstall events e.g.)

    full_name string
    id string
    name string

    Connection names are unique per tenant as they are used in playbook YAML

    secret_manager string
    status string
    tags string[]
    tenant_id string
    updated_at integer
    updated_by string
    workspace_id string
  • ]
Loading...