POST
/
v1
/
pipelines
/
validate_query
{
  "errors": [
    "<string>"
  ],
  "graph": {
    "edges": [
      {
        "destId": 1,
        "edgeType": "<string>",
        "keyType": "<string>",
        "srcId": 1,
        "valueType": "<string>"
      }
    ],
    "nodes": [
      {
        "description": "<string>",
        "nodeId": 1,
        "operator": "<string>",
        "parallelism": 1
      }
    ]
  }
}

Body

application/json
query
string
required
udfs
object[] | null

Response

200 - application/json
Validated query
errors
string[]
required
graph
object