GET
/
templates
/
index-pipelines
/
{templateId}
{
  "id": "<string>",
  "stages": [
    {
      "type": "<string>",
      "id": "<string>",
      "skip": false,
      "label": "<string>",
      "condition": "<string>"
    }
  ],
  "properties": {}
}

Path Parameters

templateId
string
required

Query Parameters

id
string

Response

200 - application/json

successful operation

The response is of type object.