GET
/
templates
/
query-pipelines
List all query pipeline templates
curl --request GET \
  --url https://{FUSION HOST}/api/templates/query-pipelines \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200
application/json

Successfully retrieved the list of query pipeline templates.

The response is of type object.