Skip to main content
POST
Create Pipeline Indicator

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

pipeline_id
string<uuid>
required

Body

application/json
name
string
required
sql_script
string
required
threshold_lower
required
threshold_higher
required

Response

Successful Response

name
string
required
sql_script
string
required
threshold_lower
string | null
required
threshold_higher
string | null
required
id
string<uuid>
required
pipeline_id
string<uuid>
required
created_at
string<date-time>
required
results
PipelineIndicatorResultRead · object[]